diff --git a/web/templates/settings/delete_all_confirm.html b/web/templates/settings/delete_all_confirm.html new file mode 100644 index 0000000..b593a93 --- /dev/null +++ b/web/templates/settings/delete_all_confirm.html @@ -0,0 +1,26 @@ +{% extends "base.html" %} +{% block body_class %}themed-bg{% endblock %} + +{% block content %} +
+
+

Delete All Illustrations

+

+ This will permanently delete all illustration records. + Export a backup first if you might need to restore. +

+ +
+ {% csrf_token %} + +
+
+
+ Cancel + +
+
+
+
+
+{% endblock %} \ No newline at end of file