Update AllAuth templates
This commit is contained in:
parent
dac078f7db
commit
403002812e
13 changed files with 97 additions and 200 deletions
13
photo21/templates/account/base.html
Normal file
13
photo21/templates/account/base.html
Normal 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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue