diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-16 00:56:54 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-16 00:56:54 +0100 |
| commit | 2fc1de54da6c81ab99240b2f69319dfc62d6dd2e (patch) | |
| tree | d72b4b67d5a7e29924e1a4979a74c37729aa380f /searx/templates/courgette/index.html | |
| parent | 14447a0761220ec352c889c9bc3d4ba22ee3494e (diff) | |
Lots of courgette modification
Diffstat (limited to 'searx/templates/courgette/index.html')
| -rw-r--r-- | searx/templates/courgette/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/searx/templates/courgette/index.html b/searx/templates/courgette/index.html index b4f55608b..810d75165 100644 --- a/searx/templates/courgette/index.html +++ b/searx/templates/courgette/index.html @@ -1,12 +1,12 @@ -{% extends "default/base.html" %} +{% extends "courgette/base.html" %} {% block content %} -{% include 'default/github_ribbon.html' %} +{% include 'courgette/github_ribbon.html' %} <div class="center"> <div class="title"><h1>searx</h1></div> - {% include 'default/search.html' %} + {% include 'courgette/search.html' %} <p class="top_margin"> <a href="{{ url_for('about') }}" class="hmarg">{{ _('about') }}</a> <a href="{{ url_for('preferences') }}" class="hmarg">{{ _('preferences') }}</a> </p> </div> -{% endblock %} +{% endblock %}
\ No newline at end of file |