From 999111b2487f0b23b43b590052919c81c688e0d2 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 24 Oct 2013 13:19:36 +0200 Subject: [PATCH] col-xs-offset-* classes are missing in bootstrap-3.0.0 so use md instead for now + submit labels changed --- portal/templates/contact.html | 4 +--- portal/templates/registration_view.html | 5 ++--- portal/templates/slice-request-view.html | 4 +--- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/portal/templates/contact.html b/portal/templates/contact.html index 5161971b..26526477 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -22,9 +22,7 @@
{{ field.errors }} {{ field }}

{{ field.help_text }}

{% endfor %} -
- -
+ diff --git a/portal/templates/registration_view.html b/portal/templates/registration_view.html index d7788d0d..6f709f4f 100644 --- a/portal/templates/registration_view.html +++ b/portal/templates/registration_view.html @@ -91,9 +91,8 @@

Account Delegation: Manual (Advanced Users)

-
- -
+ +
diff --git a/portal/templates/slice-request-view.html b/portal/templates/slice-request-view.html index f437ae00..6aede04f 100644 --- a/portal/templates/slice-request-view.html +++ b/portal/templates/slice-request-view.html @@ -25,9 +25,7 @@

{{ field.help_text }}

{% endfor %} -
- -
+ -- 2.43.0