diff options
author | volpino <fox91@anche.no> | 2012-11-26 12:22:08 +0100 |
---|---|---|
committer | volpino <fox91@anche.no> | 2012-11-26 12:22:08 +0100 |
commit | 1af51ec674f8fb4d6d73f9d476400ebd025f5511 (patch) | |
tree | f8ae890c32fa47ec7777f725d344ab12fb0eda9e | |
parent | euscanwww: slot is not part of unique_together. Better version strings (diff) | |
download | euscan-1af51ec674f8fb4d6d73f9d476400ebd025f5511.tar.gz euscan-1af51ec674f8fb4d6d73f9d476400ebd025f5511.tar.bz2 euscan-1af51ec674f8fb4d6d73f9d476400ebd025f5511.zip |
euscanwww: moving "Statistics" at the bottom of the menu bar
Signed-off-by: volpino <fox91@anche.no>
-rw-r--r-- | euscanwww/djeuscan/templates/_base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/euscanwww/djeuscan/templates/_base.html b/euscanwww/djeuscan/templates/_base.html index 954e350..f9fff97 100644 --- a/euscanwww/djeuscan/templates/_base.html +++ b/euscanwww/djeuscan/templates/_base.html @@ -47,7 +47,6 @@ <li><a href="{% url "maintainers" %}">Maintainers</a></li> <li><a href="{% url "overlays" %}">Overlays</a></li> <li><a href="{% url "world" %}">Scan World</a></li> - <li><a href="{% url "statistics" %}">Statistics</a></li> <li>---</li> @@ -87,6 +86,7 @@ <li><a href="{% url "api" %}">API</a></li> <li><a href="{% url "feeds" %}">Feeds</a></li> <li><a href="{% url "config" %}">Server config</a></li> + <li><a href="{% url "statistics" %}">Statistics</a></li> <li><a href="{% url "about" %}">About</a></li> {% endblock %} </ul> |