From 8ec24500e4e2a7bdff1ab3606bf97f323adefe01 Mon Sep 17 00:00:00 2001 From: Marian Kovalyshyn Date: Fri, 22 Sep 2023 19:32:24 +0300 Subject: [PATCH] Removed comments --- templates/includes/sidebar.html | 6 ------ 1 file changed, 6 deletions(-) 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 }}