From 2a7251afa0438b1472c66932a4c22d378ae15c28 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 8 Oct 2015 10:48:36 +0300 Subject: Cleanup --- servo/templates/notes/search.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'servo/templates/notes/search.html') 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 %} - {% trans "Create Note" %} + {% trans "New Note" %} {% endblock toolbar %} {% block content %} {% include "notes/search-results.html" %} -- cgit v1.2.3