From 495e955378d62dc439c4c210785e5d401bc77f64 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Wed, 16 Nov 2022 06:53:39 -0700 Subject: Tag and visibility handling --- templates/base.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index e465f05..553a2cc 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,6 +8,7 @@ + {% block extra_head %}{% endblock %} @@ -22,7 +23,8 @@ {% if user.is_authenticated %} - Settings + Compose + Settings
{% if not request.identity %} -- cgit v1.2.3