From 291d7e404e12e1d017403242f8ed199046f0904c Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 17 Nov 2022 19:21:00 -0700 Subject: Logged out experience, config, and profiles --- templates/base.html | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index edcb11a..b64f4f5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -23,56 +23,57 @@
{% if user.is_authenticated %} - Compose + - Search + - Settings +
{% if not request.identity %} No Identity - {% elif request.identity.icon %} - {{ request.identity.username }} - - {% elif request.identity.icon_uri %} - {{ request.identity.username }} - {% else %} {{ request.identity.username }} - + {% endif %} {% else %} - Login +
+ Login {% endif %}
{% block full_content %} -
-
- {% block content %} - {% endblock %} + {% block pre_content %} + {% endblock %} +
+
+ {% block content %} + {% endblock %} +
+
+ {% block right_content %} + {% include "activities/_menu.html" %} + {% endblock %} +
-
- {% block right_content %} - {% include "activities/_menu.html" %} - {% endblock %} -
-
{% endblock %}
+ + -- cgit v1.2.3