diff --git a/the_works/templates/views/text.html b/the_works/templates/views/text.html
index 7da855d..5bb6e8f 100644
--- a/the_works/templates/views/text.html
+++ b/the_works/templates/views/text.html
@@ -1,5 +1,5 @@
{% extends 'base.html' %}
-{% set SPLIT_CHARACTER = "|" %}
+{% set SPLIT_CHARACTER = ", " %}
{% block title %}Texte{% endblock title %}
@@ -13,7 +13,7 @@
});
deRole("#text-table");
- // create and append "New"-button to
+ // create "New"-element and append it to the
containing the DataTables search field
let a = document.createElement("a");
a.id = "create-button";
a.setAttribute("title", "Text hinzufügen");
@@ -22,7 +22,8 @@
a.innerHTML = "Neu …";
document.getElementById("text-table_wrapper").firstElementChild.firstElementChild.appendChild(a);
}
-{% endblock script %}
+
+{% endblock script %}
{% block heading %}Texte{% endblock heading %}
@@ -38,7 +39,7 @@
Reihe |
Textform |
Sprache |
- Genres |
+ Genre(s) |
Aktionen |
@@ -57,4 +58,4 @@
{% endfor %}
-{% endblock content %}
\ No newline at end of file
+{% endblock content %}