Add Zendesk password check

Add Bootstrap to forms
Add custom form
This commit is contained in:
Sokurov Idar
2021-02-10 19:05:46 +03:00
parent 729c0bec7e
commit 938b9894fe
5 changed files with 112 additions and 16 deletions

View File

@@ -10,5 +10,5 @@
{% block content %}
<br>
<h4> Регистрация прошла успешно. <a href="{% url 'login' %}">Войти сейчас</a></h4>
<h4> Регистрация прошла успешно. <a href="/login/">Войти сейчас</a></h4>
{% endblock %}