diff --git a/bookmarks/templates/bookmarks/form.html b/bookmarks/templates/bookmarks/form.html index 767a6b5..5949d64 100644 --- a/bookmarks/templates/bookmarks/form.html +++ b/bookmarks/templates/bookmarks/form.html @@ -44,7 +44,8 @@ {{ form.description.errors }} -
+
+
{% if auto_close %} {% else %} diff --git a/bookmarks/templates/django_registration/registration_form.html b/bookmarks/templates/django_registration/registration_form.html index d9347da..d065bbf 100644 --- a/bookmarks/templates/django_registration/registration_form.html +++ b/bookmarks/templates/django_registration/registration_form.html @@ -33,8 +33,8 @@ {{ form.password2|add_class:'form-input' }}
{{ form.errors.password2 }}
- - +
+ diff --git a/bookmarks/templates/registration/login.html b/bookmarks/templates/registration/login.html index f188bef..927283f 100644 --- a/bookmarks/templates/registration/login.html +++ b/bookmarks/templates/registration/login.html @@ -27,7 +27,8 @@ {{ form.password|add_class:'form-input' }}
-
+
+