diff --git a/the_works/templates/views/_text.js b/the_works/templates/views/_text.js
deleted file mode 100644
index db0a41f..0000000
--- a/the_works/templates/views/_text.js
+++ /dev/null
@@ -1,23 +0,0 @@
-
\ No newline at end of file
diff --git a/the_works/templates/views/text.html b/the_works/templates/views/text.html
index c912d3c..8e64e4c 100644
--- a/the_works/templates/views/text.html
+++ b/the_works/templates/views/text.html
@@ -2,53 +2,115 @@
{% block title %}Texte{% endblock title %}
+{% block script %}{% endblock script %}
+
{% block heading %}Texte{% endblock heading %}
{% block content %}
{% include "_icons.svg" %}
-{% include "views/_text.js" %}
+
-
-
-
-
-
- | Titel |
- Untertitel |
- Reihe |
- Textform |
- Sprache |
- Aktionen |
-
-
-
- {% for text in texte %}
-
- | {{ text["Titel"] }} |
- {{ text["Untertitel"] }} |
- {{ text["Reihe"] }} |
- {{ text["Textform"] }} |
- {{ text["Sprache"] }} |
- |
- |
-
- {% endfor %}
-
-
+
+
+
+ | Titel |
+ Untertitel |
+ Reihe |
+ Textform |
+ Sprache |
+ Aktionen |
+
+
+
+ {% for text in texte %}
+
+ | {{ text["Titel"] }} |
+ {{ text["Untertitel"] }} |
+ {{ text["Reihe"] }} |
+ {{ text["Textform"] }} |
+ {{ text["Sprache"] }} |
+ |
+ |
+
+ {% endfor %}
+
+