aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
diff options
context:
space:
mode:
authorJef van Schendel <jefvanschendel@gmail.com>2011-05-28 20:43:57 +0200
committerJef van Schendel <jefvanschendel@gmail.com>2011-05-28 20:43:57 +0200
commit9ef7c0f7376ef18e9703722b6730021c95bbdb33 (patch)
tree63c9679f5f5dc65eaa874115c279f5e46af50b61 /mediagoblin/templates
parent491b9109f368f06aa4032cba14518638b6b7cb5c (diff)
downloadmediagoblin-9ef7c0f7376ef18e9703722b6730021c95bbdb33.tar.lz
mediagoblin-9ef7c0f7376ef18e9703722b6730021c95bbdb33.tar.xz
mediagoblin-9ef7c0f7376ef18e9703722b6730021c95bbdb33.zip
Fixed form header
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r--mediagoblin/templates/mediagoblin/auth/register.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/auth/register.html b/mediagoblin/templates/mediagoblin/auth/register.html
index 2ebe99ec..730d684d 100644
--- a/mediagoblin/templates/mediagoblin/auth/register.html
+++ b/mediagoblin/templates/mediagoblin/auth/register.html
@@ -20,11 +20,11 @@
{% import "/mediagoblin/utils/wtforms.html" as wtforms_util %}
{% block mediagoblin_content %}
- <h1>Create an account!</h1>
<form action="{{ request.urlgen('mediagoblin.auth.register') }}"
method="POST" enctype="multipart/form-data">
<div class="register_box form_box">
+ <h1>Create an account!</h1>
{{ wtforms_util.render_divs(register_form) }}
<div class="form_submit_buttons">
<input type="submit" value="submit" class="button" />