From this form you can change the password of your community account.
</p>
-<form action="." method="post" id="login-form">
+<form action="." method="post" id="login-form">{% csrf_token %}
<div class="form-row">
{{ form.old_password.errors }}
<label for="id_old_password">Old password:</label>{{ form.old_password }}
and we'll email you instructions for setting a new one.
</p>
-<form action="" method="post">
+<form action="" method="post">{% csrf_token %}
<div class="form-row">
{{ form.email.errors }}
<label for="id_email">E-mail address</label> {{ form.email }} <input type="submit" value="Reset my password" />
<p>Please enter your new password twice so we can verify you typed it in correctly.</p>
-<form action="" method="post">
+<form action="" method="post">{% csrf_token %}
<div class="form-row">
{{ form.new_password1.errors }}
<label for="id_new_password1">New password:</label>{{ form.new_password1 }}