From 988f48af6cd8cb4fd07d63461bf62555915221bd Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Thu, 6 Apr 2017 12:37:41 +0200 Subject: [PATCH] form coontain datepickers --- smash/web/templates/subjects/add.html | 2 ++ smash/web/templates/subjects/edit.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/smash/web/templates/subjects/add.html b/smash/web/templates/subjects/add.html index 3ce7d1c7..c8e78745 100644 --- a/smash/web/templates/subjects/add.html +++ b/smash/web/templates/subjects/add.html @@ -7,6 +7,7 @@ <link rel="stylesheet" href="{% static 'AdminLTE/plugins/awesomplete/awesomplete.css' %}"/> {% include "includes/datepicker.css.html" %} + {% include "includes/datetimepicker.css.html" %} {% endblock styles %} {% block ui_active_tab %}'subjects'{% endblock ui_active_tab %} @@ -93,4 +94,5 @@ </script> {% include "includes/datepicker.js.html" %} + {% include "includes/datetimepicker.js.html" %} {% endblock scripts %} diff --git a/smash/web/templates/subjects/edit.html b/smash/web/templates/subjects/edit.html index 0a016361..3e52807e 100644 --- a/smash/web/templates/subjects/edit.html +++ b/smash/web/templates/subjects/edit.html @@ -8,6 +8,7 @@ <link rel="stylesheet" href="{% static 'AdminLTE/plugins/datatables/dataTables.bootstrap.css' %}"> {% include "includes/datepicker.css.html" %} + {% include "includes/datetimepicker.css.html" %} {% endblock styles %} {% block ui_active_tab %}'subjects'{% endblock ui_active_tab %} @@ -218,4 +219,5 @@ </script> {% include "includes/datepicker.js.html" %} + {% include "includes/datetimepicker.js.html" %} {% endblock scripts %} -- GitLab