diff --git a/src/fellchensammlung/templates/fellchensammlung/forms/form-comment.html b/src/fellchensammlung/templates/fellchensammlung/forms/form-comment.html deleted file mode 100644 index 45c6d21..0000000 --- a/src/fellchensammlung/templates/fellchensammlung/forms/form-comment.html +++ /dev/null @@ -1,13 +0,0 @@ -{% load i18n %} -{% load crispy_forms_tags %} -
- - {% blocktrans %} - Als {{ user }} kommentieren - {% endblocktrans %} - - - {% crispy comment_form %} -
-