0.7.74
profile curtain reformat
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user