photo26/photo21/templates/account/base.html
2021-10-11 18:34:20 +02:00

13 lines
No EOL
295 B
HTML

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