profile curtain reformat
This commit is contained in:
SDE
2023-11-05 18:51:05 +03:00
parent 114a65746c
commit 41d7a996fd

View File

@@ -6,7 +6,7 @@
{% endif %} >
<img class="svg" src="{{ img_path }}" />
{% if page_type and page_type == 'profile' %}
{% if page_type and page_type == 'profile' or not sel_page_name %}
<span class="text_btn_profile">
{% else %}
<a href="{% url "profile_page" sel_page_name %}" class="text_btn_profile">
@@ -19,7 +19,7 @@
</div>
</div>
{% endif %}
{% if page_type and page_type == 'profile' %}
{% if page_type and page_type == 'profile' or not sel_page_name %}
</span>
{% else %}
</a>