From bf9573ba60ab71ec39dd7255c23c0d50b704eb02 Mon Sep 17 00:00:00 2001 From: eclipse Date: Tue, 27 May 2025 18:30:02 +0200 Subject: [PATCH] changed locations for static .js/.css files --- the_works/templates/base.html | 6 +- the_works/templates/views/genre.html | 7 +- the_works/templates/views/herausgeber.html | 7 +- the_works/templates/views/home.html | 45 +++++++------ the_works/templates/views/pseudonym.html | 7 +- the_works/templates/views/reihe.html | 7 +- the_works/templates/views/sprache.html | 7 +- the_works/templates/views/text.html | 7 +- the_works/templates/views/text_detail.html | 4 +- the_works/templates/views/textform.html | 7 +- the_works/templates/views/verlag.html | 7 +- .../templates/views/veroeffentlichung.html | 7 +- the_works/templates/views/werk.html | 5 +- the_works/templates/views/werk_detail.html | 65 +------------------ the_works/templates/views/werksform.html | 7 +- 15 files changed, 75 insertions(+), 120 deletions(-) diff --git a/the_works/templates/base.html b/the_works/templates/base.html index 7513766..dcafe5f 100644 --- a/the_works/templates/base.html +++ b/the_works/templates/base.html @@ -8,8 +8,8 @@ - - + + {% block head %}{% endblock head %} @@ -45,7 +45,7 @@

trololol

- + {% block script %} {% endblock script %} diff --git a/the_works/templates/views/genre.html b/the_works/templates/views/genre.html index a0e1223..a650964 100644 --- a/the_works/templates/views/genre.html +++ b/the_works/templates/views/genre.html @@ -3,7 +3,7 @@ {% block title %}Genres{% endblock title %} {% block head %} - + {% endblock head %} {% block heading %}Genres{% endblock heading %} @@ -57,8 +57,9 @@ {% endblock content %} {% block script %} - - + + + - + + + +
+{% endblock content %} {% block script %} + -{% endblock script %} \ No newline at end of file +{% endblock script %} diff --git a/the_works/templates/views/pseudonym.html b/the_works/templates/views/pseudonym.html index d36fdf8..15ead25 100644 --- a/the_works/templates/views/pseudonym.html +++ b/the_works/templates/views/pseudonym.html @@ -3,7 +3,7 @@ {% block title %}Pseudonyme{% endblock title %} {% block head %} - + {% endblock head %} {% block heading %}Pseudonyme{% endblock heading %} @@ -57,8 +57,9 @@ {% endblock content %} {% block script %} - - + + + - + + + - + + + - + + + + {% endblock script %} diff --git a/the_works/templates/views/textform.html b/the_works/templates/views/textform.html index 45f6edf..3f0413a 100644 --- a/the_works/templates/views/textform.html +++ b/the_works/templates/views/textform.html @@ -3,7 +3,7 @@ {% block title %}Textformen{% endblock title %} {% block head %} - + {% endblock head %} {% block heading %}Textformen{% endblock heading %} @@ -57,8 +57,9 @@ {% endblock content %} {% block script %} - - + + + - + + + - + + + - + + + + + {% endblock script %} diff --git a/the_works/templates/views/werksform.html b/the_works/templates/views/werksform.html index 65c28d4..343112a 100644 --- a/the_works/templates/views/werksform.html +++ b/the_works/templates/views/werksform.html @@ -3,7 +3,7 @@ {% block title %}Werksformen{% endblock title %} {% block head %} - + {% endblock head %} {% block heading %}Werksformen{% endblock heading %} @@ -57,8 +57,9 @@ {% endblock content %} {% block script %} - - + + +