aboutsummaryrefslogtreecommitdiff
path: root/djangopypi/templates/registration/logout.html
diff options
context:
space:
mode:
Diffstat (limited to 'djangopypi/templates/registration/logout.html')
-rw-r--r--djangopypi/templates/registration/logout.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/djangopypi/templates/registration/logout.html b/djangopypi/templates/registration/logout.html
new file mode 100644
index 0000000..06483a8
--- /dev/null
+++ b/djangopypi/templates/registration/logout.html
@@ -0,0 +1,7 @@
1{% extends "base_site.html" %}
2
3{% block main_content %}
4<p>
5 {%trans "Logged out."%}
6</p>
7{% endblock %}