aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/base/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/base/base.html')
-rw-r--r--src/templates/base/base.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/templates/base/base.html b/src/templates/base/base.html
index f86cff8..cc6d38d 100644
--- a/src/templates/base/base.html
+++ b/src/templates/base/base.html
@@ -44,7 +44,6 @@
{% endif %}
<i class="fas fa-caret-down rotate"></i>
</a>
- {% block login %}
<div class="dropdown-menu dropdown-menu-right">
{% if user.is_authenticated %}
<a href="{% url 'account:settings' %}" class="text-dark dropdown-item">
@@ -62,7 +61,6 @@
</a>
{% endif %}
</div>
- {% endblock login %}
</li>
</ul>
</div>