0.0.12 replace link to login page on carrier widget

This commit is contained in:
2024-05-17 12:23:55 +03:00
parent fd81675ee9
commit 5981f982f3

View File

@@ -176,7 +176,7 @@
{% if not user.is_authenticated %}
<div class="show_contact_wrapper">
<a class="open_inf_carrier" href='{% url "registration_page" %}'>
<a class="open_inf_carrier" href='{% url "login_profile" %}'>
{% translate "Открыть контакт"%}
</a>
</div>