Skip to content

Commit

Permalink
Merge pull request #1420 from scieloorg/beta
Browse files Browse the repository at this point in the history
Corrige bug que causava erro na resolução de URLs ao desligar o pré-visualizador de HTML
  • Loading branch information
gustavofonseca authored Sep 14, 2017
2 parents a0e4b95 + ee7d7be commit b132390
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scielomanager/validator/templates/validator/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
<div class="nav-collapse collapse">
<ul class="nav">
<li class="{% active '/stylechecker/$' %}"><a href="{% url validator.packtools.stylechecker %}">Style Checker</a></li>
{% if enable_html_previewer %}
<li class="{% active '/preview/html/$' %}"><a href="{% url validator.packtools.preview_html %}">HTML Previewer</a></li>
{% endif %}
</ul>
</div><!--/.nav-collapse -->
</div>
Expand Down

0 comments on commit b132390

Please sign in to comment.