##// END OF EJS Templates
Removed much of the word "search" all over the search page
neko259 -
r1072:8518d258 default
parent child Browse files
Show More
@@ -4,17 +4,17 b''
4 4 {% load i18n %}
5 5
6 6 {% block head %}
7 <title>{% trans 'Search' %} - {{ site_name }}</title>
7 8 <meta name="robots" content="noindex">
8 9 {% endblock %}
9 10
10 11 {% block content %}
11 12 <div class="post-form-w">
12 13 <div class="post-form">
13 <h3>{% trans 'Search' %}</h3>
14 14 <form method="get" action="">
15 15 {{ form.as_div }}
16 16 <div class="form-submit">
17 <input type="submit" value="{% trans 'Search' %}">
17 <input type="submit" value="{% trans 'Ok' %}">
18 18 </div>
19 19 </form>
20 20 </div>
General Comments 0
You need to be logged in to leave comments. Login now