15 lines
No EOL
387 B
HTML
15 lines
No EOL
387 B
HTML
{% extends "base.html" %}
|
|
{% comment %}
|
|
This file is part of photo21
|
|
Copyright (C) 2022 Amicale des élèves de l'ENS Paris-Saclay
|
|
SPDX-License-Identifier: GPL-3.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 %} |