diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-05 12:25:24 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-05 12:25:24 +0200 |
commit | 3f69ccecd5daaacd810b2d574d92227f9025d3aa (patch) | |
tree | f5bd00ac2e0cde869a799723730c65fdb117f488 /pyaggr3g470r/templates/login.html | |
parent | Added a link to the home to let the user request form an account. (diff) | |
download | newspipe-3f69ccecd5daaacd810b2d574d92227f9025d3aa.tar.gz newspipe-3f69ccecd5daaacd810b2d574d92227f9025d3aa.tar.bz2 newspipe-3f69ccecd5daaacd810b2d574d92227f9025d3aa.zip |
Integration of recaptcha module.
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 |