Blank out /list/popular in explore.html template in preview for now
parent
a1202c9125
commit
4aa9f83054
|
@ -9,7 +9,6 @@
|
|||
<ul class="menu level2">
|
||||
{% if is_preview %}
|
||||
<li class="first"><a href="{% url work_list 'recommended' %}"><span>Recommended</span></a></li>
|
||||
<li><a href="{% url work_list 'popular' %}"><span>Popular</span></a></li>
|
||||
<li><a href="{% url unglued_list 'recent' %}"><span>Recently unglued</span></a></li>
|
||||
<li class="last"><a href="{% url work_list 'new' %}"><span>Newly Wished</span></a></li>
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in New Issue