diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-04-19 13:13:28 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-04-19 13:13:28 +0200 |
commit | 2e50342f13f974469ac1873a7fbfc102d61250bc (patch) | |
tree | dc21e2d380a4333d745c643f9eb05e81e08bd710 /pyaggr3g470r/templates/layout.html | |
parent | Restoring HTML 500 error handler. (diff) | |
download | newspipe-2e50342f13f974469ac1873a7fbfc102d61250bc.tar.gz newspipe-2e50342f13f974469ac1873a7fbfc102d61250bc.tar.bz2 newspipe-2e50342f13f974469ac1873a7fbfc102d61250bc.zip |
Trying the search on Heroku.
Diffstat (limited to 'pyaggr3g470r/templates/layout.html')
-rw-r--r-- | pyaggr3g470r/templates/layout.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html index a54125ea..d59a44f7 100644 --- a/pyaggr3g470r/templates/layout.html +++ b/pyaggr3g470r/templates/layout.html @@ -95,7 +95,6 @@ </ul> </li> - {% if not conf.ON_HEROKU %} <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <div><span class="glyphicon glyphicon-search"></span> <b class="caret"></b></div> @@ -117,7 +116,6 @@ </li> </ul> </li> - {% endif %} {% else %} <li><a href="{{ url_for("about") }}"><span class="glyphicon glyphicon-question-sign"></span> {{ _('About') }}</a></li> {% endif %} |