diff --git a/information/templates/information/index.html b/information/templates/information/index.html index 997f12764c8e1b6d9f57349a0aa86cc8bed3f762..3377f184c60d2fcba51457f710f18a62ee4f464a 100644 --- a/information/templates/information/index.html +++ b/information/templates/information/index.html @@ -3,5 +3,5 @@ {% block title%}{% trans "Information" %}{%endblock%} {% block content %} <h1>{% trans "Information" %}</h1> -<p>{% trans "You haven't added any information pages yet. Please do so in the administration GUI." %}"</p> +<p>{% trans "You haven't added any information pages yet. Please do so in the administration GUI." %}</p> {% endblock %} \ No newline at end of file