Skip to content

Commit

Permalink
Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MarianKovalyshyn committed Sep 22, 2023
1 parent 2f7718d commit 8ec2450
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions templates/includes/sidebar.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
{#{% if user.is_authenticated %}#}
{# <h5>Username: <a href="{% url "taxi:driver-detail" pk=user.id %}">{{ user.username }}</a></h5>#}
{# <a href="{% url 'logout' %}">Logout</a>#}
{#{% else %}#}
{# <h5><a href="{% url 'login' %}">Login</a> to use this website</h5>#}
{#{% endif %}#}
{% if user.is_authenticated %}
<div class="user-info">
<h5>Username: <a class="user-link" href="{% url "taxi:driver-detail" pk=user.id %}">{{ user.username }}</a></h5>
Expand Down

0 comments on commit 8ec2450

Please sign in to comment.