diff options
Diffstat (limited to 'tmpl/logout.tmpl')
-rw-r--r-- | tmpl/logout.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tmpl/logout.tmpl b/tmpl/logout.tmpl new file mode 100644 index 0000000..a507ed0 --- /dev/null +++ b/tmpl/logout.tmpl @@ -0,0 +1,9 @@ +{% extends "base.tmpl" %} + +{% block title %}Logout{% endblock %} + +{% block page_contents %} +<div class="d-flex flex-row"> + <div class="d-flex justify-content-center col-12"><h5>Successfully Logged Out</h4></div> +</div> +{% endblock %} |