12-hour working day

This commit is contained in:
Sokurov Idar
2021-03-11 19:17:11 +03:00
parent dd08821aea
commit 60e1da2825
4 changed files with 7 additions and 8 deletions

View File

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