We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9954a2 commit dc86fe6Copy full SHA for dc86fe6
coldfront/templates/common/navbar_login.html
@@ -7,9 +7,9 @@
7
<a id="navbar-user-user-profile" class="dropdown-item" href="{% url 'user-profile' %}"><i class="fas fa-user-circle" aria-hidden="true"></i>
8
User Profile</a>
9
</div>
10
- <form action="{% url 'logout' %}" method="post">
11
- {% csrf_token %}
12
- <button type="submit"><i class="fas fa-sign-out-alt" aria-hidden="true"></i>
13
- Log Out</button>
14
- </form>
15
-</li>
+</li>
+<form action="{% url 'logout' %}" method="post">
+ {% csrf_token %}
+ <button type="submit"><i class="fas fa-sign-out-alt" aria-hidden="true"></i>
+ Log Out</button>
+</form>
0 commit comments