diff --git a/the_works/templates/views/herausgeber.html b/the_works/templates/views/herausgeber.html index 27aed43..7ae9a72 100644 --- a/the_works/templates/views/herausgeber.html +++ b/the_works/templates/views/herausgeber.html @@ -2,55 +2,9 @@ {% block title %}Herausgeber:innen{% endblock title %} -{% block script %} -{% endblock script %} +{% block head %} + +{% endblock head %} {% block heading %}Herausgeber:innen{% endblock heading %} @@ -58,7 +12,7 @@ {% include "_icons.svg" %} - +
@@ -76,11 +30,11 @@
Name
- +
- +

#

@@ -100,4 +54,44 @@
-{% endblock content %} \ No newline at end of file +{% endblock content %} + +{% block script %} + + + +{% endblock script %} diff --git a/the_works/templates/views/pseudonym.html b/the_works/templates/views/pseudonym.html index 15726df..2ce07db 100644 --- a/the_works/templates/views/pseudonym.html +++ b/the_works/templates/views/pseudonym.html @@ -2,55 +2,9 @@ {% block title %}Pseudonyme{% endblock title %} -{% block script %} -{% endblock script %} +{% block head %} + +{% endblock head %} {% block heading %}Pseudonyme{% endblock heading %} @@ -58,7 +12,7 @@ {% include "_icons.svg" %} - +
@@ -76,11 +30,11 @@
Pseudonym
- +
- +

#

@@ -100,4 +54,44 @@
-{% endblock content %} \ No newline at end of file +{% endblock content %} + +{% block script %} + + + +{% endblock script %} diff --git a/the_works/templates/views/reihe.html b/the_works/templates/views/reihe.html index ad52a71..80ce590 100644 --- a/the_works/templates/views/reihe.html +++ b/the_works/templates/views/reihe.html @@ -2,57 +2,9 @@ {% block title %}Reihen{% endblock title %} -{% block script %} -{% endblock script %} +{% block head %} + +{% endblock head %} {% block heading %}Reihen{% endblock heading %} @@ -60,7 +12,7 @@ {% include "_icons.svg" %} - +
@@ -73,18 +25,18 @@ - + {% endfor %}
Reihe
{{ reihe["Titel"] }} {{ reihe["Verlag"] }}
- +
- +

#

@@ -111,4 +63,44 @@
-{% endblock content %} \ No newline at end of file +{% endblock content %} + +{% block script %} + + + +{% endblock script %} \ No newline at end of file