redhat-beyond / JobSeeker

https://github.com/redhat-beyond/JobSeeker
MIT License
2 stars 5 forks source link

🏇 Create New Post Form: Style The Form #94

Closed paOmer closed 2 years ago

paOmer commented 2 years ago

Style the create new post form using django-crispy-forms. The form html is located at feed/templates/feed/post_form.html, change the form tag from the current {{ form.as_p }} to be {{ form|crispy }}.

This issue solution should be build upon the create new post form, from PR #91 and upon the django-crispy-forms package PR at #89