Absolish the captcha from the login page.

This commit is contained in:
Tom Price
2016-01-04 23:37:11 +00:00
parent b7018d5c44
commit 0a30a99e1f
3 changed files with 11 additions and 19 deletions

View File

@@ -12,12 +12,6 @@
<label for="{{ form.password.id_for_label }}">{{ form.password.label }}</label>
{% render_field form.password class+="form-control" placeholder=form.password.label %}
</div>
<div class="form-group">
<label for="{{ form.captcha.id_for_label }}">{{ form.captcha.label }}</label>
<div class="text-center">
{{ form.captcha }}
</div>
</div>
<a href="{% url 'registration_register' %}" class="btn">Register</a>
<a href="{% url 'password_reset' %}" class="btn">Forgotten Password</a>
<input type="submit" value="Login" class="btn btn-primary"/>