Update AllAuth templates

This commit is contained in:
Alexandre Iooss 2021-10-11 12:56:30 +02:00
parent dac078f7db
commit 403002812e
13 changed files with 97 additions and 200 deletions

View file

@ -0,0 +1,13 @@
{% extends "base.html" %}
{% comment %}
SPDX-License-Identifier: GPL-2.0-or-later
{% endcomment %}
{% block title %}{% block head_title %}{% endblock %}{% endblock title %}
{% block extracss %}
<style>
.asteriskField { display: none; }
.form-group { margin-top: 0.5em;}
</style>
{% endblock %}