aboutsummaryrefslogtreecommitdiff
path: root/templates/mail/editmailbox.django
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mail/editmailbox.django')
-rw-r--r--templates/mail/editmailbox.django5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/mail/editmailbox.django b/templates/mail/editmailbox.django
new file mode 100644
index 0000000..e573921
--- /dev/null
+++ b/templates/mail/editmailbox.django
@@ -0,0 +1,5 @@
+{% extends "layouts/dashboard.django" %}
+
+{% block dashboard %}
+{% include "mail/htmx/editmailbox.htmx.django" %}
+{% endblock %}