aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJef van Schendel <jefvanschendel@gmail.com>2011-06-23 16:47:27 +0200
committerJef van Schendel <jefvanschendel@gmail.com>2011-06-23 16:47:27 +0200
commitdd0d7f24bccc41f9c84d9924dd183e5752a72171 (patch)
tree4c13327928da7fe95312b9cff7e7f7efe8fa63d5
parent454835832cac2a3a7435e930c4a5d90cfc3e2366 (diff)
downloadmediagoblin-dd0d7f24bccc41f9c84d9924dd183e5752a72171.tar.lz
mediagoblin-dd0d7f24bccc41f9c84d9924dd183e5752a72171.tar.xz
mediagoblin-dd0d7f24bccc41f9c84d9924dd183e5752a72171.zip
Add <br /> for correct text layout
-rw-r--r--mediagoblin/templates/mediagoblin/auth/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/auth/login.html b/mediagoblin/templates/mediagoblin/auth/login.html
index c056398a..6e29800f 100644
--- a/mediagoblin/templates/mediagoblin/auth/login.html
+++ b/mediagoblin/templates/mediagoblin/auth/login.html
@@ -37,7 +37,7 @@
<input type="hidden" name="next" value="{{ next }}" class="button"
style="display: none;"/>
{% endif %}
- <p>Don't have an account yet? <a href="{{ request.urlgen('mediagoblin.auth.register') }}">Create one here!</a></p>
+ <p>Don't have an account yet?<br /><a href="{{ request.urlgen('mediagoblin.auth.register') }}">Create one here!</a></p>
</div>
<div class="grid_3 omega">&nbsp;</div>
</form>