import from la bonne adresse and first refactoring for ouidade.com
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{% embed 'partials/login.html.twig' with {title:'Grav Logout'} %}
|
||||
{% block head %}
|
||||
{{ parent() }}
|
||||
<meta http-equiv="refresh" content="3; URL={{ base_url_relative }}">
|
||||
{% endblock %}
|
||||
|
||||
{% block page %}
|
||||
<section id="admin-login" class="default-glow-shadow">
|
||||
<h1>
|
||||
{{ title }}
|
||||
</h1>
|
||||
{{ admin.setMessage('PLUGIN_ADMIN.LOGGED_OUT'|t) }}
|
||||
{% include 'partials/messages.html.twig' %}
|
||||
</section>
|
||||
{% endblock %}
|
||||
{% endembed %}
|
||||
Reference in New Issue
Block a user