Skip to content

Commit a7c9845

Browse files
authored
Fix action on password required form (#269)
1 parent 1fc0e7e commit a7c9845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tbx/project_styleguide/templates/patterns/pages/wagtail/password_required.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<p class="heading heading--four">Please enter the password to proceed.</p>
1919
</div>
2020

21-
<form action="#" method="post" class="grid__form form">
21+
<form action="{{ action_url }}" method="post" class="grid__form form">
2222
{% csrf_token %}
2323

2424
{{ form.non_field_errors }}

0 commit comments

Comments
 (0)