diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2015-01-16 12:24:38 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2015-01-16 12:24:38 +0100 |
| commit | 3fd562ccd7af1fa7ea057e6f437910a29d14b9a9 (patch) | |
| tree | 2fbcfb0d6b42dc40a969b91cad731f3f31251a6f /searx/templates/courgette/index.html | |
| parent | 81a77f8a1753c0f2f4e3ffb3aa421e0645a3f6e6 (diff) | |
| parent | 2fc1de54da6c81ab99240b2f69319dfc62d6dd2e (diff) | |
Merge pull request #176 from Cqoicebordel/courgette-UXUI
Courgette theme - UIUX
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 |