mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 14:17:19 +00:00
updated support to django 2.0
update recaptcha to django-recaptcha2
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{% extends "base.html" %}
|
||||
{% load recaptcha2 %}
|
||||
{% block title %}CBWebReader - Login{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
{% recaptcha_init %}
|
||||
<div class="col-md-4 col-md-offset-4">
|
||||
{% if error %}
|
||||
<div class="alert alert-danger" role="alert"><p>Your username and password didn't match. Please try again.</p></div>
|
||||
|
||||
Reference in New Issue
Block a user