From 8955ed0c599900aed144f52a1f1a9f6b5cbc018a Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 20 Aug 2011 16:34:18 -0500 Subject: [PATCH] Marking the 404 page for translation --- mediagoblin/templates/mediagoblin/404.html | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/mediagoblin/templates/mediagoblin/404.html b/mediagoblin/templates/mediagoblin/404.html index 7a86a386..5af46a87 100644 --- a/mediagoblin/templates/mediagoblin/404.html +++ b/mediagoblin/templates/mediagoblin/404.html @@ -19,11 +19,16 @@ {% block mediagoblin_content %}

{% trans %}Oops!{% endtrans %}

-
-

There doesn't seem to be a page at this address. Sorry!

-

If you're sure the address is correct, maybe the page you're looking for has been moved or deleted.

-
-
- -
+ +
+

{% trans %}There doesn't seem to be a page at this address. Sorry!{% endtrans %}

+

+ {%- trans %}If you're sure the address is correct, maybe the page you're looking for has been moved or deleted.{% endtrans -%} +

+
+ +
+ {% trans %}Image of 404 goblin stressing out{% endtrans %} +
{% endblock %} -- 2.25.1