diff --git a/RIGS/templates/partials/contact_details_form.html b/RIGS/templates/partials/contact_details_form.html
deleted file mode 100644
index 55f4548c..00000000
--- a/RIGS/templates/partials/contact_details_form.html
+++ /dev/null
@@ -1,74 +0,0 @@
-{% load widget_tweaks %}
-
diff --git a/RIGS/templates/partials/event_details_form.html b/RIGS/templates/partials/event_details_form.html
deleted file mode 100644
index 7da4fc0d..00000000
--- a/RIGS/templates/partials/event_details_form.html
+++ /dev/null
@@ -1,163 +0,0 @@
-{% load widget_tweaks %}
-{% load l10n %}
-
-
diff --git a/gulpfile.js b/gulpfile.js
index 48d84ee3..28f43902 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -23,8 +23,7 @@ function styles(done) {
'node_modules/fullcalendar/dist/fullcalendar.print.css',
'node_modules/bootstrap-select/dist/css/bootstrap-select.css',
'node_modules/ajax-bootstrap-select/dist/css/ajax-bootstrap-select.css',
- 'node_modules/flatpickr/dist/flatpickr.css',
- 'node_modules/@activix/bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css'])
+ 'node_modules/flatpickr/dist/flatpickr.css'])
.pipe(sourcemaps.init())
.pipe(sass().on('error', sass.logError))
.pipe(postcss([ autoprefixer() ]))
@@ -57,8 +56,7 @@ function scripts() {
'node_modules/bootstrap-select/dist/js/bootstrap-select.js',
'node_modules/ajax-bootstrap-select/dist/js/ajax-bootstrap-select.js',
'node_modules/konami/konami.js',
- 'node_modules/dark-mode-switch/dark-mode-switch.min.js',
- 'node_modules/@activix/bootstrap-datetimepicker/js/bootstrap-datetimepicker.js'])
+ 'node_modules/dark-mode-switch/dark-mode-switch.min.js'])
.pipe(flatten())
.pipe(terser())
.pipe(gulp.dest('RIGS/static/js'))