Currently immersed in a Django project, I find myself facing a daunting challenge. My task is to transform an HTML
page (form) into a functional Django Form App. The hurdle lies with the ChoiceField, specifically the two options Manhã
and Tarde
. On the left, you'll see the Django Form HTML
output, while on the right is the original HTML
page. The difference in styling is causing me some confusion as I strive to align them perfectly. Additionally, I'm struggling to have them displayed horizontally due to Django's limitations in this area.
I'm hopeful that someone can shed light on this perplexing situation. While I possess some frontend skills, they are average at best.