We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ac87c commit ee7d7beCopy full SHA for ee7d7be
scielomanager/validator/templates/validator/base.html
@@ -22,7 +22,9 @@
22
<div class="nav-collapse collapse">
23
<ul class="nav">
24
<li class="{% active '/stylechecker/$' %}"><a href="{% url validator.packtools.stylechecker %}">Style Checker</a></li>
25
+ {% if enable_html_previewer %}
26
<li class="{% active '/preview/html/$' %}"><a href="{% url validator.packtools.preview_html %}">HTML Previewer</a></li>
27
+ {% endif %}
28
</ul>
29
</div><!--/.nav-collapse -->
30
</div>
0 commit comments