We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
POST
1 parent 5f7b5aa commit 6c89b42Copy full SHA for 6c89b42
server/templates/user_menu.html
@@ -76,7 +76,7 @@
76
{% endif %}
77
<li><a class="dropdown-item" href="{% url 'accounts:tasks' %}">Tasks</a></li>
78
<li role="separator" class="dropdown-divider"></li>
79
- <li><form id="logout-form" action="{% url 'logout' %}">{% csrf_token %}<button type="submit" class="dropdown-item">Sign Out</button></form></li>
+ <li><form id="logout-form" action="{% url 'logout' %}" method="POST">{% csrf_token %}<button type="submit" class="dropdown-item">Sign Out</button></form></li>
80
</ul>
81
</li>
82
0 commit comments