summaryrefslogtreecommitdiffstats
path: root/management/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'management/templates/base.html')
-rw-r--r--management/templates/base.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/management/templates/base.html b/management/templates/base.html
new file mode 100644
index 0000000..0b9da11
--- /dev/null
+++ b/management/templates/base.html
@@ -0,0 +1,7 @@
1{% extends 'global.html' %}
2{% block template %}
3 <nav>
4 <a href="/auth/logout/">Logout</a>
5 </nav>
6 {% block content %}{% endblock %}
7{% endblock %}