aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
diff options
context:
space:
mode:
authorJef van Schendel <jefvanschendel@gmail.com>2011-06-06 14:46:56 +0200
committerJef van Schendel <jefvanschendel@gmail.com>2011-06-06 14:46:56 +0200
commitec8f66bd650e580eae67ad97fbc81776365d84f2 (patch)
tree499c0c5ef2868c8f3de724133a9f468122c79589 /mediagoblin/templates
parentf4b2bd93f2f9c0f5fbef5214b2fe97912857b175 (diff)
parent3aa4c668b9bfe53ed58d4ae21ed91210df7ad9ff (diff)
downloadmediagoblin-ec8f66bd650e580eae67ad97fbc81776365d84f2.tar.lz
mediagoblin-ec8f66bd650e580eae67ad97fbc81776365d84f2.tar.xz
mediagoblin-ec8f66bd650e580eae67ad97fbc81776365d84f2.zip
Merge remote-tracking branch 'gitorious/master'
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r--mediagoblin/templates/mediagoblin/auth/login.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/auth/login.html b/mediagoblin/templates/mediagoblin/auth/login.html
index 22a57b70..c2e27c15 100644
--- a/mediagoblin/templates/mediagoblin/auth/login.html
+++ b/mediagoblin/templates/mediagoblin/auth/login.html
@@ -33,7 +33,8 @@
<input type="submit" value="submit" class="button"/>
</div>
{% if next %}
- <input type="hidden" name="next" value="{{ next }}" class="button" />
+ <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>
</div>