1
0
Fork 0

Merge branch 'main' into frontend

This commit is contained in:
Fabien Basmaison 2021-04-09 07:51:32 +02:00
commit 4bfae00e3c
20 changed files with 1374 additions and 997 deletions

View file

@ -98,7 +98,7 @@
<p class="mb-2">
<label class="label" for="id_subtitle">{% trans "Subtitle:" %}</label>
<input type="text" name="subtitle" value="{{ form.subtitle.value|default:'' }}" maxlength="255" class="input" required="" id="id_subtitle">
<input type="text" name="subtitle" value="{{ form.subtitle.value|default:'' }}" maxlength="255" class="input" id="id_subtitle">
</p>
{% for error in form.subtitle.errors %}
<p class="help is-danger">{{ error | escape }}</p>