forked from ScoDoc/ScoDoc
csrf expiration error page
This commit is contained in:
parent
3f26af4ed6
commit
f94654eaa1
BIN
app/static/icons/a_consommer.jpeg
Normal file
BIN
app/static/icons/a_consommer.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
18
app/templates/error_csrf.j2
Normal file
18
app/templates/error_csrf.j2
Normal file
@ -0,0 +1,18 @@
|
||||
{% extends 'base.j2' %}
|
||||
{% import 'bootstrap/wtf.html' as wtf %}
|
||||
|
||||
{% block app_content %}
|
||||
|
||||
<h2>Votre session a expiré</h2>
|
||||
|
||||
<a href="{{ url_for('auth.logout') }}">
|
||||
<img
|
||||
title="périmé"
|
||||
src="/ScoDoc/static/icons/a_consommer.jpeg">
|
||||
</a>
|
||||
|
||||
<form action="{{ url_for('auth.logout') }}" method="get">
|
||||
<button type="submit">Veuillez vous reconnecter</button>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user