Everything almost always private, this is useless.

This commit is contained in:
Julien Palard 2018-05-13 00:39:33 +02:00
parent 93e3078966
commit 9c43e55d06
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@
<ul class="nav">
{% block nav %}
<li class="{% if menu == 'index'%}active{% endif %}"><a href="{% url 'index' %}">{% trans 'Paste something' %}</a></li>
<li class="{% if menu == 'history'%}active{% endif %}"><a href="{% url 'history' %}">{% trans 'Lasts pastes' %}</a></li>
{% endblock %}
</ul>
</div><!--/.nav-collapse -->