diff --git a/note_kfet/templates/bootstrap_datepicker_plus/date-picker.html b/note_kfet/templates/bootstrap_datepicker_plus/date-picker.html new file mode 100644 index 0000000..bf58be2 --- /dev/null +++ b/note_kfet/templates/bootstrap_datepicker_plus/date-picker.html @@ -0,0 +1,6 @@ +
+ {% include "bootstrap_datepicker_plus/input.html" %} +
+ +
+
diff --git a/note_kfet/templates/bootstrap_datepicker_plus/input.html b/note_kfet/templates/bootstrap_datepicker_plus/input.html new file mode 100644 index 0000000..73716cd --- /dev/null +++ b/note_kfet/templates/bootstrap_datepicker_plus/input.html @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/note_kfet/templates/bootstrap_datepicker_plus/time-picker.html b/note_kfet/templates/bootstrap_datepicker_plus/time-picker.html new file mode 100644 index 0000000..7ecbf12 --- /dev/null +++ b/note_kfet/templates/bootstrap_datepicker_plus/time-picker.html @@ -0,0 +1,6 @@ +
+ {% include "bootstrap_datepicker_plus/input.html" %} +
+ +
+