diff options
author | Rodney Ewing <ewing.rj@gmail.com> | 2013-07-03 08:35:56 -0700 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-07-03 15:07:52 -0500 |
commit | 20d4995d810ce7c7dc0d9453508507cbaa6fdce6 (patch) | |
tree | 8aa9c5e365e83ebc1b1b1b6f7742a2a85bb75856 /mediagoblin/templates | |
parent | e39b9cc60f6ccd8853ee19633d09750be541f767 (diff) | |
download | mediagoblin-20d4995d810ce7c7dc0d9453508507cbaa6fdce6.tar.lz mediagoblin-20d4995d810ce7c7dc0d9453508507cbaa6fdce6.tar.xz mediagoblin-20d4995d810ce7c7dc0d9453508507cbaa6fdce6.zip |
made it so that the create account button works with only persona enabled
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r-- | mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html b/mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html index dbc23a1f..9ac63a56 100644 --- a/mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html +++ b/mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html @@ -28,7 +28,7 @@ <p>{% trans %}Don't have one yet? It's easy!{% endtrans %}</p> <a class="button_action_highlight" href= {% if persona_auth is defined %} - "javascript:;" id="persona_login" + "javascript:;" id="persona_login1" {% else %} "{{ request.urlgen('mediagoblin.auth.register') }}" {% endif %} |