aboutsummaryrefslogtreecommitdiffstats
path: root/view/logout.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/logout.tpl')
-rw-r--r--view/logout.tpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/view/logout.tpl b/view/logout.tpl
new file mode 100644
index 000000000..9a6c1d763
--- /dev/null
+++ b/view/logout.tpl
@@ -0,0 +1,6 @@
+<form action="" method="post" >
+<div class="logout-wrapper">
+<input type="hidden" name="auth-params" value="logout" />
+<input type="submit" name="submit" id="logout-button" value="Logout" />
+</div>
+</form>