diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-04-12 18:57:17 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-04-12 18:57:17 +0200 |
commit | 23506022b1e30507243aec17ba74411f984866fb (patch) | |
tree | 15b3fba3e0f3cbd55ee2766b317fe3a8e415eef5 /pyaggr3g470r/templates/layout.html | |
parent | Do not display the search button on Heroku. (diff) | |
download | newspipe-23506022b1e30507243aec17ba74411f984866fb.tar.gz newspipe-23506022b1e30507243aec17ba74411f984866fb.tar.bz2 newspipe-23506022b1e30507243aec17ba74411f984866fb.zip |
Typo.
Diffstat (limited to 'pyaggr3g470r/templates/layout.html')
-rw-r--r-- | pyaggr3g470r/templates/layout.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html index b5259d3b..94d3fdc6 100644 --- a/pyaggr3g470r/templates/layout.html +++ b/pyaggr3g470r/templates/layout.html @@ -65,7 +65,7 @@ {% else %} <li><a accesskey="f" href="{{ url_for("favorites") }}"><span class="glyphicon glyphicon-star"></span> {{ _('Favorites') }}</a></li> {% endif %} - {% if not ON_HEROKU or g.user.is_admin() %} + {% if not on_heroku or g.user.is_admin() %} <li><a accesskey="r" href="/fetch"><span class="glyphicon glyphicon-import"></span> {{ _('Fetch') }}</a></li> {% endif %} <li class="dropdown"> @@ -89,7 +89,7 @@ </ul> </li> <li><a href="{{ url_for("logout") }}"><span class="glyphicon glyphicon-log-out"></span> {{ _('Logout') }}</a></li> - {% if not ON_HEROKU %} + {% if not 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> |