##// END OF EJS Templates
Moved search link to the header
neko259 -
r824:29b4dc43 default
parent child Browse files
Show More
@@ -32,7 +32,8 b''
32 32 >#{{ tag.name }}</a>,
33 33 {% endfor %}
34 34 <a href="{% url 'tags' %}" title="{% trans 'Tag management' %}"
35 >[...]</a>
35 >[...]</a>,
36 <a href="{% url 'search' %}" title="{% trans 'Search' %}">[S]</a>
36 37 <a class="link" href="{% url 'settings' %}">{% trans 'Settings' %}</a>
37 38 </div>
38 39
@@ -47,7 +48,6 b''
47 48 <div class="navigation_panel">
48 49 {% block metapanel %}{% endblock %}
49 50 [<a href="{% url 'admin:index' %}">{% trans 'Admin' %}</a>]
50 [<a href="{% url 'search' %}">{% trans 'Search' %}</a>]
51 51 {% with ppd=posts_per_day|floatformat:2 %}
52 52 {% blocktrans %}Speed: {{ ppd }} posts per day{% endblocktrans %}
53 53 {% endwith %}
General Comments 0
You need to be logged in to leave comments. Login now