diff --git a/templates/includes/sidebar.html b/templates/includes/sidebar.html index 825c18e4..2937d186 100644 --- a/templates/includes/sidebar.html +++ b/templates/includes/sidebar.html @@ -1,9 +1,3 @@ -{#{% if user.is_authenticated %}#} -{#
Username: {{ user.username }}
#} -{# Logout#} -{#{% else %}#} -{#
Login to use this website
#} -{#{% endif %}#} {% if user.is_authenticated %}
Username: {{ user.username }}