Skip to content

Commit

Permalink
added ability to customize login/logout pages some via settings
Browse files Browse the repository at this point in the history
  • Loading branch information
trey0 committed Feb 7, 2012
1 parent a751fb3 commit cb03e3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion geocamCore/templates/registration/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,18 @@ <h1 class="geocam_table_title">Login</h1>
<tr>
<td>&nbsp;</td>
</tr>
{% if not settings.GEOCAM_CORE_DISABLE_ACCOUNT_CREATION %}
<tr>
<td>
Don't have a GeoCam Account?
Don't have a {{ settings.SITE_NAME }} Account?
</td>
</tr>
<tr>
<td>
<input type="button" onclick="go_to_view('/accounts/register/{% if request.GET.next %}?next={{ request.GET.next|safe }}{% endif %}');" class="big_awesome_button" value="Create an account" />
</td>
</tr>
{% endif %}
</table>

<input type="hidden" name="next" value="{{ next }}" />
Expand Down

0 comments on commit cb03e3a

Please sign in to comment.