From 8dafdfa65c578a942d1c68dc2afd42a5962416b1 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@bioforsk.no> Date: Thu, 8 Jan 2015 18:06:30 +0100 Subject: [PATCH] Removed a quotation mark --- information/templates/information/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/information/templates/information/index.html b/information/templates/information/index.html index 997f1276..3377f184 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 -- GitLab