summaryrefslogtreecommitdiff
path: root/templates/mail/folder.django
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mail/folder.django')
-rw-r--r--templates/mail/folder.django5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/mail/folder.django b/templates/mail/folder.django
new file mode 100644
index 0000000..4cdce72
--- /dev/null
+++ b/templates/mail/folder.django
@@ -0,0 +1,5 @@
+{% extends 'layouts/mailbox.django' %}
+
+{% block scripts %}
+ <script src="{% static 'js/filters.js' %}"></script>
+{% endblock %}