From 3f69ccecd5daaacd810b2d574d92227f9025d3aa Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 5 May 2014 12:25:24 +0200 Subject: Integration of recaptcha module. --- pyaggr3g470r/templates/login.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pyaggr3g470r/templates/login.html') 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") }} - {% if email != '' %} -

{{ _('Request an account.') }}

- {% endif %} + {{ _('Sign up') }} {% endblock %} \ No newline at end of file -- cgit