From 5778f8459593ce41f7fb1e52cb9eb2543baff9c2 Mon Sep 17 00:00:00 2001 From: Zambom Date: Wed, 2 Nov 2016 16:30:37 -0300 Subject: [PATCH] Fixing date input in replicate course --- courses/templates/course/create.html | 2 +- courses/templates/course/replicate.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/courses/templates/course/create.html b/courses/templates/course/create.html index 124403b..a91b021 100644 --- a/courses/templates/course/create.html +++ b/courses/templates/course/create.html @@ -19,7 +19,7 @@
{% if field.auto_id == 'id_init_register_date' or field.auto_id == 'id_end_register_date' or field.auto_id == 'id_init_date' or field.auto_id == 'id_end_date'%} - + {% elif field.auto_id == 'id_image' %} {% render_field field class='form-control' %}
diff --git a/courses/templates/course/replicate.html b/courses/templates/course/replicate.html index 25c7505..737c4dc 100644 --- a/courses/templates/course/replicate.html +++ b/courses/templates/course/replicate.html @@ -57,7 +57,7 @@ - + {% trans 'Date that starts the registration period of the course (dd/mm/yyyy)' %} @@ -67,7 +67,7 @@ - + {% trans 'Date that ends the registration period of the course (dd/mm/yyyy)' %} @@ -77,7 +77,7 @@ - + {% trans 'Date that the course starts (dd/mm/yyyy)' %} @@ -87,7 +87,7 @@ - + {% trans 'Date that the course ends (dd/mm/yyyy)' %} -- libgit2 0.21.2