Hey,
thank you for your great tutorial. This helped me a lot. I want to modify it because I want a table layout in my inline formsets. For this I am trying to use
"helper.template = 'bootstrap/table_inline_formset.html'
from here: django-crispy-forms.readthedocs.io...
I tired every possibility which I have found on the internet. Among other things this stackoverflow.com/questions/217549...
But it is not working. What would be an proper way to implement it in your code from this tutorial?
Thank you in advance.
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hey,
thank you for your great tutorial. This helped me a lot. I want to modify it because I want a table layout in my inline formsets. For this I am trying to use
from here: django-crispy-forms.readthedocs.io...
I tired every possibility which I have found on the internet. Among other things this stackoverflow.com/questions/217549...
But it is not working. What would be an proper way to implement it in your code from this tutorial?
Thank you in advance.