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