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 1fc0e7e commit a7c9845Copy full SHA for a7c9845
tbx/project_styleguide/templates/patterns/pages/wagtail/password_required.html
@@ -18,7 +18,7 @@
18
<p class="heading heading--four">Please enter the password to proceed.</p>
19
</div>
20
21
- <form action="#" method="post" class="grid__form form">
+ <form action="{{ action_url }}" method="post" class="grid__form form">
22
{% csrf_token %}
23
24
{{ form.non_field_errors }}
0 commit comments