Tweaks on templates and foundation for uploading a file
This commit is contained in:
parent
e7db47116e
commit
5c7e2238d8
9 changed files with 140 additions and 18 deletions
12
shared/templates/auth/logout.html
Normal file
12
shared/templates/auth/logout.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
{% extends "base.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
|
||||
{% block auth %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h1 class="title">{% trans "Vous avez bien été déconnecté." %}</h1>
|
||||
<hr>
|
||||
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue