/modules/mod_authentication/templates/logoff.tpl
http://github.com/zotonic/zotonic · Smarty Template · 16 lines · 10 code · 6 blank · 0 comment · 1 complexity · e334a34976a29429682bf46db2174ad7 MD5 · raw file
- {% extends "base.tpl" %}
- {% block title %}{_ Sign out _} ...{% endblock %}
- {% block html_head_extra %}
- <meta http-equiv="refresh" content="4;url={{ q.p|escape|default:"/"}}" />
- {% endblock %}
- {% block content_area %}
- <h1>{_ One moment please, signing out... _}</h1>
-
- <p>{_ You will be redirected to the home page. _}</p>
-
- {% all include "_logoff_extra.tpl" %}
- {% endblock %}