aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-04-20 23:32:42 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-04-20 23:32:42 +0200
commit1246f659be9e38b6a5160c983c5fabbeed1b97a2 (patch)
tree1bdf845b40f89d2ad7f4295d3bd4918c494ed150 /pyaggr3g470r
parentMinor changes to the search form. (diff)
downloadnewspipe-1246f659be9e38b6a5160c983c5fabbeed1b97a2.tar.gz
newspipe-1246f659be9e38b6a5160c983c5fabbeed1b97a2.tar.bz2
newspipe-1246f659be9e38b6a5160c983c5fabbeed1b97a2.zip
Link to about page is not only visible for the administrator.
Diffstat (limited to 'pyaggr3g470r')
-rw-r--r--pyaggr3g470r/templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html
index 12beb068..fba29ae3 100644
--- a/pyaggr3g470r/templates/layout.html
+++ b/pyaggr3g470r/templates/layout.html
@@ -85,8 +85,8 @@
<ul class="dropdown-menu">
<li><a href="{{ url_for("profile") }}"><span class="glyphicon glyphicon-user"></span> {{ _('Profile') }}</a></li>
<li><a href="{{ url_for("management") }}"><span class="glyphicon glyphicon-cog"></span> {{ _('Your data') }}</a></li>
- {% if g.user.is_admin() %}
<li><a href="{{ url_for("about") }}"><span class="glyphicon glyphicon-question-sign"></span> {{ _('About') }}</a></li>
+ {% if g.user.is_admin() %}
<li role="presentation" class="divider"></li>
<li><a href="{{ url_for("dashboard") }}"><span class="glyphicon glyphicon-dashboard"></span> {{ _('Dashboard') }}</a></li>
<li role="presentation" class="divider"></li>
bgstack15