From: Matthijs Kooijman Date: Mon, 11 Feb 2008 14:23:40 +0000 (+0100) Subject: * Add quotes around the href value in the mailto links on the error pages. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=2bafdecf8655cc364597eb1b00f9c500c55da0a5;p=matthijs%2Fprojects%2Fxerxes.git * Add quotes around the href value in the mailto links on the error pages. --- diff --git a/templates/404.html b/templates/404.html index 5a77c6a..a7ac049 100644 --- a/templates/404.html +++ b/templates/404.html @@ -7,7 +7,7 @@

{% trans "Page not found" %}

{% blocktrans with email|encode_string|safe as email %} The page you requested could not be found. If you think this is an -error, please send an email. +error, please send an email. {% endblocktrans %} {% endwith %} {% endblock %} diff --git a/templates/500.html b/templates/500.html index aa558e5..5319b20 100644 --- a/templates/500.html +++ b/templates/500.html @@ -7,7 +7,7 @@

{% trans "Server error" %}

{% blocktrans with email|encode_string|safe as email %} There was an error processing your request. Please try again, or send -an email. +an email. {% endblocktrans %} {% endwith %} {% endblock %}