From 2bafdecf8655cc364597eb1b00f9c500c55da0a5 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 11 Feb 2008 15:23:40 +0100 Subject: [PATCH] * Add quotes around the href value in the mailto links on the error pages. --- templates/404.html | 2 +- templates/500.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %} -- 2.30.2