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/spotlight.html | 41 ++++++++++++++++------------------- 1 file changed, 19 insertions(+), 22 deletions(-) (limited to 'servo/templates/search/spotlight.html') 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