remove searchbar from error pages
This commit is contained in:
parent
7a26ceae3e
commit
90f69ab886
|
@ -8,8 +8,4 @@
|
||||||
<h1>400 {% translate "Bad request" %}</h1>
|
<h1>400 {% translate "Bad request" %}</h1>
|
||||||
<p>{% translate "You sent bad data to the server." %}</p>
|
<p>{% translate "You sent bad data to the server." %}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="container text-center jumbotron my-5" py-5>
|
|
||||||
<h1 class="my-4">{% translate "Looking for anything specific?" %}</h1>
|
|
||||||
{% include 'main_search_form.html' %}
|
|
||||||
</div>
|
|
||||||
{% endblock main %}
|
{% endblock main %}
|
||||||
|
|
|
@ -8,8 +8,4 @@
|
||||||
<h1>403 {% translate "Permission denied" %}</h1>
|
<h1>403 {% translate "Permission denied" %}</h1>
|
||||||
<p>{% translate "You are not allowed to access this page." %}</p>
|
<p>{% translate "You are not allowed to access this page." %}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="container text-center jumbotron my-5" py-5>
|
|
||||||
<h1 class="my-4">{% translate "Looking for anything specific?" %}</h1>
|
|
||||||
{% include 'main_search_form.html' %}
|
|
||||||
</div>
|
|
||||||
{% endblock main %}
|
{% endblock main %}
|
||||||
|
|
|
@ -8,8 +8,4 @@
|
||||||
<h1>404 {% translate "Not found" %}</h1>
|
<h1>404 {% translate "Not found" %}</h1>
|
||||||
<p>{% translate "The resource you are looking for does not exist." %}</p>
|
<p>{% translate "The resource you are looking for does not exist." %}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="container text-center jumbotron my-5" py-5>
|
|
||||||
<h1 class="my-4">{% translate "Looking for anything specific?" %}</h1>
|
|
||||||
{% include 'main_search_form.html' %}
|
|
||||||
</div>
|
|
||||||
{% endblock main %}
|
{% endblock main %}
|
||||||
|
|
|
@ -8,8 +8,4 @@
|
||||||
<h1>500 {% translate "Internal Server Error" %}</h1>
|
<h1>500 {% translate "Internal Server Error" %}</h1>
|
||||||
<p>{% translate "Something went wrong." %}</p>
|
<p>{% translate "Something went wrong." %}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="container text-center jumbotron my-5" py-5>
|
|
||||||
<h1 class="my-4">{% translate "Looking for anything specific?" %}</h1>
|
|
||||||
{% include 'main_search_form.html' %}
|
|
||||||
</div>
|
|
||||||
{% endblock main %}
|
{% endblock main %}
|
||||||
|
|
Loading…
Reference in New Issue