From 796d57deb9458e4bebbfd4312b88fae8bff42b30 Mon Sep 17 00:00:00 2001 From: juliotoscano Date: Fri, 4 Nov 2016 08:53:02 -0300 Subject: [PATCH] bug radio button #235 --- app/templates/admin_settings.html | 7 +------ app/templates/home.html | 5 +++-- core/templates/base.html | 22 +++++++++------------- core/templates/index.html | 2 +- courses/templates/course/view.html | 1 + users/templates/users/edit_profile.html | 7 +++---- 6 files changed, 18 insertions(+), 26 deletions(-) diff --git a/app/templates/admin_settings.html b/app/templates/admin_settings.html index 6688802..d2c6361 100644 --- a/app/templates/admin_settings.html +++ b/app/templates/admin_settings.html @@ -110,7 +110,7 @@ - + @@ -122,11 +122,6 @@ Allow users self-enroll. -
- -
diff --git a/app/templates/home.html b/app/templates/home.html index 29b253c..3d310df 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -7,12 +7,12 @@ {% endif %} diff --git a/core/templates/base.html b/core/templates/base.html index 795d294..4a883ce 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -8,16 +8,16 @@ {{ title }} + + + + - - - - @@ -25,7 +25,6 @@ - @@ -36,11 +35,9 @@ - {% with "js/vendor/locales/bootstrap-datepicker."|add:LANGUAGE_CODE|add:".js" as locale_datepicker %} - + {% endwith %} - @@ -50,11 +47,9 @@ - - - + {% block style %} {% endblock %} {% block javascript %} @@ -172,8 +167,7 @@ - - + {% block script_file %} {% endblock script_file %} @@ -181,6 +175,8 @@ {% block script_link %} {% endblock script_link %} + + diff --git a/core/templates/index.html b/core/templates/index.html index 4341c21..2306faa 100644 --- a/core/templates/index.html +++ b/core/templates/index.html @@ -49,7 +49,7 @@
diff --git a/courses/templates/course/view.html b/courses/templates/course/view.html index 4917e99..70cb867 100644 --- a/courses/templates/course/view.html +++ b/courses/templates/course/view.html @@ -10,6 +10,7 @@ {% block javascript %} + {% endblock %} {% block breadcrumbs %} diff --git a/users/templates/users/edit_profile.html b/users/templates/users/edit_profile.html index 3bfb722..9df02cd 100644 --- a/users/templates/users/edit_profile.html +++ b/users/templates/users/edit_profile.html @@ -8,11 +8,11 @@ {% block breadcrumbs %} {% if user|has_role:'system_admin' %} {{ block.super }} - {% breadcrumb 'Update User' 'users:update' %} + {% breadcrumb 'Update User' 'users:update' %} {% else %} {{ block.super }} {% breadcrumb 'Update Profile' 'users:update' %} - {% endif %} + {% endif %} {% endblock %} @@ -28,7 +28,6 @@ {% endfor %} {% endif %} -
@@ -57,7 +56,7 @@ {% elif field.auto_id == 'id_phone' %} {% render_field field class='form-control' onkeypress='campoNumerico(this,event); formatarTelefone(this,event);' %} - + {% elif field.auto_id == 'id_year_titration' %} {% render_field field class='form-control' onkeypress='campoNumerico(this,event);' %} -- libgit2 0.21.2