Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1693 from tsmrachel/1333742
Browse files Browse the repository at this point in the history
 [fix bug 1333742] Change Sign In button wording to include registration
  • Loading branch information
akatsoulas committed Apr 17, 2017
2 parents 3fc235c + f0bff5f commit c41f92f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mozillians/jinja2/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@
{% endif %}
{% elif not show_start %}
{% set next_url = request.REQUEST.next | default(url('phonebook:login')) %}
<a id="nav-login" title="{{_('Sign in')}}"
<a id="nav-login" title="{{_('Log In / Sign Up')}}"
href="{{ nonprefixed_url('oidc_authentication_init') }}?next={{ next_url }}">
<span class="signin button">{{ _('Sign in') }}</span>
<span class="signin button">{{ _('Log In / Sign Up') }}</span>
</a>
{% endif %}
</nav>
Expand Down

0 comments on commit c41f92f

Please sign in to comment.