AndrewIngram / django-extra-views

Django's class-based generic views are awesome, let's have more of them.
MIT License
1.38k stars 172 forks source link

customise and separate inline template tag #246

Open Aref20 opened 2 years ago

Aref20 commented 2 years ago

Hi, {% for formset in inlines %} How Can I separate inline filed like this {{ formset.Major}} {{ formset.University}} not a hole {{ formset}} and how Can i add cusome design for this fileds like in forms.py 'NID': forms.NumberInput(attrs={'placeholder':'الرقم الوطني ', 'class': 'form-control'}),