projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b216047
)
adjust 404 page
author
jpope
<jpope@jpope.org>
Tue, 7 Jan 2014 08:20:58 +0000
(
02:20
-0600)
committer
jpope
<jpope@jpope.org>
Tue, 7 Jan 2014 08:20:58 +0000
(
02:20
-0600)
mediagoblin/templates/mediagoblin/error.html
patch
|
blob
|
blame
|
history
diff --git
a/mediagoblin/templates/mediagoblin/error.html
b/mediagoblin/templates/mediagoblin/error.html
index c16b650f14fe11ea44c7a66b1693aea66d16794d..a8412b24f23100c0ba7e726cf5aae7e3acef7421 100644
(file)
--- a/
mediagoblin/templates/mediagoblin/error.html
+++ b/
mediagoblin/templates/mediagoblin/error.html
@@
-21,7
+21,7
@@
{% block mediagoblin_content %}
<img class="right_align" src="{{ request.staticdirect('/images/404.png') }}"
- alt="{% trans %}Image of goblin stressing out{% endtrans %}" />
+ alt="{% trans %}Image of goblin stressing out{% endtrans %}"
style="max-width:100%;"
/>
<h1>{{ title }}</h1>
<p>{{ err_msg|safe }}</p>
<div class="clear"></div>