-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
De manera ideal, els formularis haurien de ser amb crispy-forms.
Mentre no ho tenim, hauríem d'anar afegint form-class als camps dels formularis com es va fer a #298 amb la funció afegeigFormControlClass
django-aula/aula/apps/tutoria/views.py
Lines 458 to 467 in 8cae56a
| afegeigFormControlClass(formActuacio) | |
| return render( | |
| request, | |
| "formset.html", | |
| { | |
| "formset": formset, | |
| "titol_formulari": "Alta d'una nova actuació", | |
| }, | |
| ) |