diff --git a/ebpub/ebpub/templates/accounts/register_form_2.html b/ebpub/ebpub/templates/accounts/register_form_2.html index 7472abbb..2c36aea1 100644 --- a/ebpub/ebpub/templates/accounts/register_form_2.html +++ b/ebpub/ebpub/templates/accounts/register_form_2.html @@ -10,22 +10,31 @@

Step 2: Set a password

{% csrf_token %} {{ form.e.errors }} {{ form.e }}{{ form.h }} - - - - - - - - - - - - - -
{{ form.password1.errors }}{{ form.password1 }}
{{ form.password2.errors }}{{ form.password2 }}
  - -
+
+
+

Password

+
+
+ {{ form.password1.errors }}{{ form.password1 }} +
+
+
+
+

Password (again)

+
+
+ {{ form.password2.errors }}{{ form.password2 }} +
+
+
+
+ By creating an account, you accept our terms and policies. + +
+
+ +
 
+ {% endblock %}