From c657eea55075e4c2beb50e92afaf0a5db0093228 Mon Sep 17 00:00:00 2001 From: Mike Larsson Date: Wed, 12 Jun 2013 11:40:59 -0400 Subject: [PATCH] Removing "Choose your own" button from password field for <13 signup if passwordGenerated is true. --- views/auth/signup-next-child.html | 43 +++---------------------------- 1 file changed, 3 insertions(+), 40 deletions(-) diff --git a/views/auth/signup-next-child.html b/views/auth/signup-next-child.html index 56a9cb5..7187095 100644 --- a/views/auth/signup-next-child.html +++ b/views/auth/signup-next-child.html @@ -43,49 +43,12 @@ {% endblock %} {% block finally %} +{% if not passwordGenerated %} +{% endif %} {% endblock %}