1
0
Bifurcation 0

Initial commit

Cette révision appartient à :
Claude Paroz 2024-06-03 16:49:01 +02:00
révision 793bb6a488
182 fichiers modifiés avec 17153 ajouts et 0 suppressions

Voir le fichier

@ -0,0 +1,2 @@
{# input before label (CSSable) #}
{% include "django/forms/widgets/input.html" %} {% if widget.wrap_label %}<label {% if widget.attrs.id %} for="{{ widget.attrs.id }}"{% endif %}>{{ widget.label }}</label>{% endif %}