aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-08-20 16:34:18 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-08-20 16:34:18 -0500
commit8955ed0c599900aed144f52a1f1a9f6b5cbc018a (patch)
tree362fe90fe9dd24986bbbb0fd8250659f228d2d69
parenta01afc9a7c050d891209931c934385b68eb533d1 (diff)
downloadmediagoblin-8955ed0c599900aed144f52a1f1a9f6b5cbc018a.tar.lz
mediagoblin-8955ed0c599900aed144f52a1f1a9f6b5cbc018a.tar.xz
mediagoblin-8955ed0c599900aed144f52a1f1a9f6b5cbc018a.zip
Marking the 404 page for translation
-rw-r--r--mediagoblin/templates/mediagoblin/404.html19
1 files 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 %}
<h1>{% trans %}Oops!{% endtrans %}</h1>
-<div class="grid_8 alpha">
- <p>There doesn't seem to be a page at this address. Sorry!</p>
- <p>If you're sure the address is correct, maybe the page you're looking for has been moved or deleted.</p>
-</div>
-<div class="grid_8 omega">
- <img src="{{ request.staticdirect('/images/404.png') }}" />
-</div>
+
+ <div class="grid_8 alpha">
+ <p>{% trans %}There doesn't seem to be a page at this address. Sorry!{% endtrans %}</p>
+ <p>
+ {%- trans %}If you're sure the address is correct, maybe the page you're looking for has been moved or deleted.{% endtrans -%}
+ </p>
+ </div>
+
+ <div class="grid_8 omega">
+ <img src="{{ request.staticdirect('/images/404.png') }}"
+ alt="{% trans %}Image of 404 goblin stressing out{% endtrans %}" />
+ </div>
{% endblock %}