empresa-libre/source/templates/logout.html

17 lines
206 B
HTML

<%inherit file="base.html"/>
<%block name="media">
</%block>
<%block name="content">
<script type="text/javascript" charset="utf-8">
window.location = "/";
};
</script>
</%block>