summaryrefslogtreecommitdiffstats
path: root/templates/identity/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/identity/base.html')
-rw-r--r--templates/identity/base.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/identity/base.html b/templates/identity/base.html
new file mode 100644
index 0000000..baff37f
--- /dev/null
+++ b/templates/identity/base.html
@@ -0,0 +1,7 @@
+{% extends "base.html" %}
+
+{% block title %}{% block subtitle %}{% endblock %} - Settings{% endblock %}
+
+{% block right_content %}
+ {% include "identity/_menu.html" %}
+{% endblock %}