Skip to content

Commit bbdfe00

Browse files
committed
fix create-user
1 parent e2cbd31 commit bbdfe00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

task_manager/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<a class="nav-link" href="{% url 'login' %}">Вход</a>
4545
</li>
4646
<li class="nav-item">
47-
<a class="nav-link" href="{% url 'register' %}">Регистрация</a>
47+
<a class="nav-link" href="{% url 'user-create' %}">Регистрация</a>
4848
</li>
4949
{% endif %}
5050
</ul>

0 commit comments

Comments
 (0)