summaryrefslogtreecommitdiff
path: root/app/views/sessions/redirect.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/sessions/redirect.html.tmpl')
-rw-r--r--app/views/sessions/redirect.html.tmpl9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/views/sessions/redirect.html.tmpl b/app/views/sessions/redirect.html.tmpl
deleted file mode 100644
index e70e1d5..0000000
--- a/app/views/sessions/redirect.html.tmpl
+++ /dev/null
@@ -1,9 +0,0 @@
-<!doctype html>
-<html lang="en">
- <head>
- <meta http-equiv="refresh" content="0;URL='{{ .URL }}'"/>
- </head>
- <body>
- <p>Moved to <a href="{{ .URL }}">location</a>.</p>
- </body>
-</html>