Tweaks on templates and foundation for uploading a file

This commit is contained in:
Tom Hubrecht 2020-12-22 01:17:38 +01:00
parent e7db47116e
commit 5c7e2238d8
9 changed files with 140 additions and 18 deletions

View 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 %}