diff --git a/catalog/templates/discover.html b/catalog/templates/discover.html index 04a7ea94..5f5c0aee 100644 --- a/catalog/templates/discover.html +++ b/catalog/templates/discover.html @@ -3,7 +3,7 @@ {% load mastodon %} {% load thumb %} - + @@ -23,7 +23,7 @@ - {% include "_header.html" with current="discover" %} + {% include "_header.html" %} - {% include "_header.html" with current="timeline" %} + {% include "_header.html" %}
{% trans 'Activities from those you follow' %}
diff --git a/social/templates/notification.html b/social/templates/notification.html index c50dfd13..c054b7ca 100644 --- a/social/templates/notification.html +++ b/social/templates/notification.html @@ -4,7 +4,7 @@ {% load mastodon %} {% load thumb %} - + diff --git a/users/templates/users/account.html b/users/templates/users/account.html index ac2b968e..b804517c 100644 --- a/users/templates/users/account.html +++ b/users/templates/users/account.html @@ -11,7 +11,7 @@ {% include "common_libs.html" %} - {% include "_header.html" with current="data" %} + {% include "_header.html" %}
{% if allow_any_site %} diff --git a/users/templates/users/data.html b/users/templates/users/data.html index 574f7e42..aad6d855 100644 --- a/users/templates/users/data.html +++ b/users/templates/users/data.html @@ -11,7 +11,7 @@ {% include "common_libs.html" %} - {% include "_header.html" with current="data" %} + {% include "_header.html" %}
diff --git a/users/templates/users/preferences.html b/users/templates/users/preferences.html index 3685d603..97350342 100644 --- a/users/templates/users/preferences.html +++ b/users/templates/users/preferences.html @@ -12,7 +12,7 @@ {% include "common_libs.html" %} - {% include "_header.html" with current="data" %} + {% include "_header.html" %}