diff options
Diffstat (limited to 'servo/templates/notes')
-rwxr-xr-x | servo/templates/notes/search.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/servo/templates/notes/search.html b/servo/templates/notes/search.html index 023bb07..e9c1842 100755 --- a/servo/templates/notes/search.html +++ b/servo/templates/notes/search.html @@ -1,16 +1,14 @@ {% extends "notes/list_notes.html" %} -{% load servo_tags %} -{% load humanize %} {% load i18n %} {% block toolbar %} - <a href="{% url 'notes-create' %}" class="btn"><i class="icon-plus"></i> {% trans "Create Note" %}</a> + <a href="{% url 'notes-create' %}" class="btn"><i class="icon-plus"></i> {% trans "New Note" %}</a> {% endblock toolbar %} {% block content %} <div class="page-header"> - <h1>{{ title }} <small>{{ subtitle }}</small></h1> + <h2>{{ title }} <small>{{ subtitle }}</small></h2> </div> {% include "notes/search-results.html" %} |