Commit 33e0f095d97172bb9b610bb77045d5fd7bee58be

Authored by Sergio Oliveira
1 parent ce1f2dfe

Adding page title for search

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/search/templates/search/search.html
1 1 {% extends "base.html" %}
2 2 {% load i18n highlight superarchives %}
3 3  
  4 +{% block title %}{% trans 'search'|title %}{% endblock %}
  5 +
4 6 {% block head_js %}
5 7 <script type="text/javascript" src="{{ STATIC_URL }}third-party/bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js"></script>
6 8 {% if use_language %}
... ...