diff options
author | Filipp Lepalaan <filipp@mac.com> | 2015-10-08 10:48:36 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2015-10-08 10:48:36 +0300 |
commit | 2a7251afa0438b1472c66932a4c22d378ae15c28 (patch) | |
tree | ce9752d1f44369bb5f2b372982e953911303c056 /servo/templates/notes | |
parent | 88e291a6ed830f11671f04893031eec2291a6703 (diff) | |
download | Servo-2a7251afa0438b1472c66932a4c22d378ae15c28.tar.gz Servo-2a7251afa0438b1472c66932a4c22d378ae15c28.tar.bz2 Servo-2a7251afa0438b1472c66932a4c22d378ae15c28.zip |
Cleanup
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" %} |