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