diff --git a/symposion_project/templates/site_base.html b/symposion_project/templates/site_base.html index f068003a..67f671da 100644 --- a/symposion_project/templates/site_base.html +++ b/symposion_project/templates/site_base.html @@ -18,8 +18,43 @@ {% block extra_head %}{% endblock %} {% endblock %} -{% block nav %} - {% sitetree_menu from "main" include "trunk" %} +{% block topbar_base %} +
+
+
+ {% if request.user.is_authenticated %} +
+
+ Dashboard + Settings + {% csrf_token %} +
+
+ {% else %} + Log in / Sign up + {% endif %} +
+ +

MoonCon 2019

+

Sea of Tranquility, July 16th–24th

+
+ +
{% endblock %} {% block body_base %}