From 05a8e69b9ee2b8d9208656fc616e1ed04b31cb1a Mon Sep 17 00:00:00 2001 From: eclipse Date: Sun, 11 May 2025 16:17:54 +0200 Subject: [PATCH] moved large portions ofJavascript code from template to static JS file --- the_works/templates/views/genre.html | 34 ++------------------ the_works/templates/views/herausgeber.html | 34 ++------------------ the_works/templates/views/pseudonym.html | 36 +++------------------- the_works/templates/views/reihe.html | 34 ++------------------ the_works/templates/views/sprache.html | 34 ++------------------ the_works/templates/views/textform.html | 34 ++------------------ the_works/templates/views/verlag.html | 34 ++------------------ the_works/templates/views/werksform.html | 34 ++------------------ 8 files changed, 25 insertions(+), 249 deletions(-) diff --git a/the_works/templates/views/genre.html b/the_works/templates/views/genre.html index 85d07b0..5ba5a89 100644 --- a/the_works/templates/views/genre.html +++ b/the_works/templates/views/genre.html @@ -60,38 +60,10 @@ {% endblock script %} diff --git a/the_works/templates/views/herausgeber.html b/the_works/templates/views/herausgeber.html index 7ae9a72..f14e6ad 100644 --- a/the_works/templates/views/herausgeber.html +++ b/the_works/templates/views/herausgeber.html @@ -60,38 +60,10 @@ {% endblock script %} diff --git a/the_works/templates/views/pseudonym.html b/the_works/templates/views/pseudonym.html index 2ce07db..766a60a 100644 --- a/the_works/templates/views/pseudonym.html +++ b/the_works/templates/views/pseudonym.html @@ -12,7 +12,7 @@ {% include "_icons.svg" %} - +
@@ -60,38 +60,10 @@ {% endblock script %} diff --git a/the_works/templates/views/reihe.html b/the_works/templates/views/reihe.html index 80ce590..e7e6677 100644 --- a/the_works/templates/views/reihe.html +++ b/the_works/templates/views/reihe.html @@ -69,38 +69,10 @@ {% endblock script %} \ No newline at end of file diff --git a/the_works/templates/views/sprache.html b/the_works/templates/views/sprache.html index 0956014..ef57f4a 100644 --- a/the_works/templates/views/sprache.html +++ b/the_works/templates/views/sprache.html @@ -60,38 +60,10 @@ {% endblock script %} diff --git a/the_works/templates/views/textform.html b/the_works/templates/views/textform.html index 8ddf224..2a54929 100644 --- a/the_works/templates/views/textform.html +++ b/the_works/templates/views/textform.html @@ -60,38 +60,10 @@ {% endblock script %} diff --git a/the_works/templates/views/verlag.html b/the_works/templates/views/verlag.html index f8fc635..223918a 100644 --- a/the_works/templates/views/verlag.html +++ b/the_works/templates/views/verlag.html @@ -60,38 +60,10 @@ {% endblock script %} diff --git a/the_works/templates/views/werksform.html b/the_works/templates/views/werksform.html index 9d54b92..5ba9590 100644 --- a/the_works/templates/views/werksform.html +++ b/the_works/templates/views/werksform.html @@ -60,38 +60,10 @@ {% endblock script %}
Pseudonym