diff --git a/gawa/start/templates/400.html b/gawa/start/templates/400.html index 5d98112..36cabe9 100644 --- a/gawa/start/templates/400.html +++ b/gawa/start/templates/400.html @@ -8,8 +8,4 @@

400 {% translate "Bad request" %}

{% translate "You sent bad data to the server." %}

-
-

{% translate "Looking for anything specific?" %}

- {% include 'main_search_form.html' %} -
{% endblock main %} diff --git a/gawa/start/templates/403.html b/gawa/start/templates/403.html index 7e8e75e..d466e79 100644 --- a/gawa/start/templates/403.html +++ b/gawa/start/templates/403.html @@ -8,8 +8,4 @@

403 {% translate "Permission denied" %}

{% translate "You are not allowed to access this page." %}

-
-

{% translate "Looking for anything specific?" %}

- {% include 'main_search_form.html' %} -
{% endblock main %} diff --git a/gawa/start/templates/404.html b/gawa/start/templates/404.html index 3153bef..417c5b2 100644 --- a/gawa/start/templates/404.html +++ b/gawa/start/templates/404.html @@ -8,8 +8,4 @@

404 {% translate "Not found" %}

{% translate "The resource you are looking for does not exist." %}

-
-

{% translate "Looking for anything specific?" %}

- {% include 'main_search_form.html' %} -
{% endblock main %} diff --git a/gawa/start/templates/500.html b/gawa/start/templates/500.html index cfc873d..27f96e7 100644 --- a/gawa/start/templates/500.html +++ b/gawa/start/templates/500.html @@ -8,8 +8,4 @@

500 {% translate "Internal Server Error" %}

{% translate "Something went wrong." %}

-
-

{% translate "Looking for anything specific?" %}

- {% include 'main_search_form.html' %} -
{% endblock main %}