From 19444b3b1c3d80b860d9d749942b7d2558950bcb Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 11 Nov 2015 15:43:55 +0200 Subject: Refactored searches into separate module --- servo/templates/search/results/gsx_results.html | 2 +- servo/templates/search/spotlight.html | 41 ++++++++++++------------- 2 files changed, 20 insertions(+), 23 deletions(-) (limited to 'servo/templates/search') diff --git a/servo/templates/search/results/gsx_results.html b/servo/templates/search/results/gsx_results.html index dc7fff5..0e4c890 100755 --- a/servo/templates/search/results/gsx_results.html +++ b/servo/templates/search/results/gsx_results.html @@ -1,4 +1,4 @@ -
+
diff --git a/servo/templates/search/spotlight.html b/servo/templates/search/spotlight.html index 3b3715c..f18eb43 100755 --- a/servo/templates/search/spotlight.html +++ b/servo/templates/search/spotlight.html @@ -3,35 +3,32 @@ {% load i18n %} {% block toolbar %} - {% trans "New Customer" %} {% endblock toolbar %} {% block first_column %} - {% endblock first_column %} {% block second_column %} + {% endblock second_column %} {% block footer %} -
  • {% trans "Home" %} /
  • {{ title }}
  • +
  • {% trans "Home" %} /
  • {{ title }}
  • {% endblock footer %} -- cgit v1.2.3