diff -r 9bbc657f6837 -r 2484db74c150 src/cm/templates/site/layout/header.html --- a/src/cm/templates/site/layout/header.html Tue May 06 13:52:01 2014 +0200 +++ b/src/cm/templates/site/layout/header.html Tue May 06 15:55:24 2014 +0200 @@ -4,9 +4,6 @@
-{% if not DISABLE_TRACKING %} - {% blocktrans %}Privacy policy{% endblocktrans %} ▼ · -{% endif %} {% if user.is_authenticated %}{{ user.username }} ·{% endif %} {% blocktrans %}Home{% endblocktrans %} {% if can_create_text %} @@ -16,6 +13,9 @@ {% endif %} {% if user.is_authenticated %} · {% blocktrans %}Profile{% endblocktrans %} +{% if TRACKING_ID %} + · {% blocktrans %}Privacy policy{% endblocktrans %} +{% endif %} · {% blocktrans %}Logout{% endblocktrans %} {% else%} · {% blocktrans %}Login{% endblocktrans %}