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.
1 parent 858c24c commit 9e29a96Copy full SHA for 9e29a96
packages/hidp/hidp/templates/hidp/includes/forms/logout_form.html
@@ -1,8 +1,8 @@
1
{% load i18n %}
2
{% comment %}
3
The logout_url is required for the form action. It is passed in from the view
4
-that renders this template. If the logout_url is not provided, the form will
5
-submit to the current URL, which may not be the intended behavior.
+that renders this template. If the logout_url is not provided, the form will not
+be rendered.
6
{% endcomment %}
7
{% if logout_url %}
8
<form action="{{ logout_url }}" method="post">
0 commit comments