diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-10-01 21:30:41 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-10-01 21:30:41 -0500 |
commit | 88233cb282ceacd4c9e8cac419faf952627e7fe2 (patch) | |
tree | d5398de7b932402b7709dbb35f4ae81a9b9c23ed | |
parent | b43b17fc2686f5524413a66f8e98f3ab0cc11a60 (diff) | |
download | mediagoblin-88233cb282ceacd4c9e8cac419faf952627e7fe2.tar.lz mediagoblin-88233cb282ceacd4c9e8cac419faf952627e7fe2.tar.xz mediagoblin-88233cb282ceacd4c9e8cac419faf952627e7fe2.zip |
Fixing indentation in start.html
-rw-r--r-- | mediagoblin/templates/mediagoblin/submit/start.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/templates/mediagoblin/submit/start.html b/mediagoblin/templates/mediagoblin/submit/start.html index 7bc6ff45..29b01181 100644 --- a/mediagoblin/templates/mediagoblin/submit/start.html +++ b/mediagoblin/templates/mediagoblin/submit/start.html @@ -26,8 +26,8 @@ <h1>{% trans %}Submit yer media{% endtrans %}</h1> {{ wtforms_util.render_divs(submit_form) }} <div class="form_submit_buttons"> - {{ csrf_token }} - <input type="submit" value="{% trans %}Submit{% endtrans %}" class="button" /> + {{ csrf_token }} + <input type="submit" value="{% trans %}Submit{% endtrans %}" class="button" /> </div> </div> </form> |