diff --git a/smash/web/templates/subjects/add.html b/smash/web/templates/subjects/add.html index 3ce7d1c7526e08a9cfd214936639aa41792484d2..c8e78745132d3fba7da0ac8307a74761ef8d5276 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 0a0163615c5c195110444c25bf2371fbc13a78a6..3e52807ee3294af7f56bc5956d8465adce753f7a 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 %}