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