From 24b1e2f36ce30e753bdddbe4ecef4028c5443a7c Mon Sep 17 00:00:00 2001 From: tshedor Date: Sun, 19 Feb 2012 18:07:24 -0600 Subject: [PATCH] Mobile, mobile, mobile, no tables --- .../templates/accounts/register_form_2.html | 41 +++++++++++-------- 1 file changed, 25 insertions(+), 16 deletions(-) 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 }} +
+
+
+ +
+ +
 
+ {% endblock %}