From 558350d05bbd34ce8954b4bdc5c24ccf4262159b Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Doderlein Date: Thu, 9 Nov 2023 12:30:21 +0100 Subject: [PATCH] No crash but not datapicker (To fix) --- .../bootstrap_datepicker_plus/date-picker.html | 6 ++++++ .../templates/bootstrap_datepicker_plus/input.html | 14 ++++++++++++++ .../bootstrap_datepicker_plus/time-picker.html | 6 ++++++ 3 files changed, 26 insertions(+) create mode 100644 note_kfet/templates/bootstrap_datepicker_plus/date-picker.html create mode 100644 note_kfet/templates/bootstrap_datepicker_plus/input.html create mode 100644 note_kfet/templates/bootstrap_datepicker_plus/time-picker.html 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" %} +
+ +
+