Alias management.
[cas.git] / src / emails / templates / emails / base.html
diff --git a/src/emails/templates/emails/base.html b/src/emails/templates/emails/base.html
new file mode 100644 (file)
index 0000000..696c8e9
--- /dev/null
@@ -0,0 +1,8 @@
+{% extends "account/base.html" %}
+
+
+{% block menu %}
+  {% with menu='email' %}
+    {{ block.super }}
+  {% endwith %}
+{% endblock %}