aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjpope <jpope@jpope.org>2014-01-07 02:20:58 -0600
committerjpope <jpope@jpope.org>2014-01-07 02:20:58 -0600
commit7b40694e7b4316c9ea43d43f21d0eb8caf9e1771 (patch)
treeda4a992e175c9c6bb79faca4ca877a9bee3a29ff
parentb216047f045b1ddf9403ef34fc4f2579f9d51bf7 (diff)
downloadmediagoblin-7b40694e7b4316c9ea43d43f21d0eb8caf9e1771.tar.lz
mediagoblin-7b40694e7b4316c9ea43d43f21d0eb8caf9e1771.tar.xz
mediagoblin-7b40694e7b4316c9ea43d43f21d0eb8caf9e1771.zip
adjust 404 page
-rw-r--r--mediagoblin/templates/mediagoblin/error.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/error.html b/mediagoblin/templates/mediagoblin/error.html
index c16b650f..a8412b24 100644
--- 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>