Closed sventhondyke closed 11 years ago
In the register.html template:
<td>{{ form.password.label }}{{ form.passwd }} </td>
should be
<td>{{ form.password.label }}{{ form.password }} </td>
In the register.html template:
should be