diff options
Diffstat (limited to 'pyaggr3g470r/templates/login.html')
-rw-r--r-- | pyaggr3g470r/templates/login.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pyaggr3g470r/templates/login.html b/pyaggr3g470r/templates/login.html index 689b259f..0a3bec2e 100644 --- a/pyaggr3g470r/templates/login.html +++ b/pyaggr3g470r/templates/login.html @@ -26,8 +26,6 @@ {{ form.submit(class_="btn") }} </form> </div> - {% if email != '' %} - <p><a href="mailto:{{ email }}?subject=[pyAggr3g470r] {{ _('Account creation') }}">{{ _('Request an account.') }}</a></p> - {% endif %} + <a href="/signup/" class="btn btn-default">{{ _('Sign up') }}</a> </div><!-- /.container --> {% endblock %}
\ No newline at end of file |