diff options
Diffstat (limited to 'module/web/templates/header.tpl')
-rw-r--r-- | module/web/templates/header.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/module/web/templates/header.tpl b/module/web/templates/header.tpl index 27ab7e2bc..22c252e3c 100644 --- a/module/web/templates/header.tpl +++ b/module/web/templates/header.tpl @@ -14,6 +14,10 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> +%if redirect: +<meta http-equiv="refresh" content="3; url=/"> +%end + <title>{{title}}</title> </head> |