From e4deacd9c898b6a627d892ef09d3d6efeb88ac52 Mon Sep 17 00:00:00 2001
From: Rodney Ewing
Date: Fri, 21 Jun 2013 14:14:40 -0700
Subject: changes after cwebb's review
---
mediagoblin/templates/mediagoblin/auth/change_fp.html | 4 +---
.../templates/mediagoblin/auth/forgot_password.html | 4 +---
mediagoblin/templates/mediagoblin/auth/login.html | 4 +---
mediagoblin/templates/mediagoblin/auth/register.html | 4 +---
mediagoblin/templates/mediagoblin/utils/wtforms.html | 16 ++++++++++++----
5 files changed, 16 insertions(+), 16 deletions(-)
(limited to 'mediagoblin/templates')
diff --git a/mediagoblin/templates/mediagoblin/auth/change_fp.html b/mediagoblin/templates/mediagoblin/auth/change_fp.html
index afffeadd..a3cf9cb9 100644
--- a/mediagoblin/templates/mediagoblin/auth/change_fp.html
+++ b/mediagoblin/templates/mediagoblin/auth/change_fp.html
@@ -34,12 +34,10 @@
{{ csrf_token }}
-
-
{% endblock %}
diff --git a/mediagoblin/templates/mediagoblin/auth/forgot_password.html b/mediagoblin/templates/mediagoblin/auth/forgot_password.html
index a6c9e1e9..6cfd2c85 100644
--- a/mediagoblin/templates/mediagoblin/auth/forgot_password.html
+++ b/mediagoblin/templates/mediagoblin/auth/forgot_password.html
@@ -29,12 +29,10 @@
{{ csrf_token }}
-
-
{% endblock %}
diff --git a/mediagoblin/templates/mediagoblin/auth/login.html b/mediagoblin/templates/mediagoblin/auth/login.html
index 2adbe547..d9f92557 100644
--- a/mediagoblin/templates/mediagoblin/auth/login.html
+++ b/mediagoblin/templates/mediagoblin/auth/login.html
@@ -45,7 +45,7 @@
{%- trans %}Create one here!{% endtrans %}
{% endif %}
- {{ wtforms_util.render_divs(login_form) }}
+ {{ wtforms_util.render_divs(login_form, True) }}
{% if pass_auth %}
@@ -61,6 +61,4 @@
{% endif %}
-
-
{% endblock %}
diff --git a/mediagoblin/templates/mediagoblin/auth/register.html b/mediagoblin/templates/mediagoblin/auth/register.html
index 755d5418..b315975c 100644
--- a/mediagoblin/templates/mediagoblin/auth/register.html
+++ b/mediagoblin/templates/mediagoblin/auth/register.html
@@ -34,7 +34,7 @@
method="POST" enctype="multipart/form-data">