1👍
✅
Regarding the missing submit button:
You have to add it first!
self.helper.add_input(Submit('submit', 'Submit'))
As can be seen in the 4th listing of the Fundamentals documentation
0👍
From the Django Docs (https://docs.djangoproject.com/en/1.8/topics/templates/):
{# this won't be rendered #}
You are outputting your form as a series of Django comments in your template for some reason. Why?
- Django {% if custom_template_tag > 0 %} does not work
- Let client handle Django translations
- Django: Use post() in UpdateView to populate form's fields with instance's existing field values
- Automatically scan RSS feeds and populate WebContent model
- Docker compose install requirements in a shared directory
Source:stackexchange.com