diff --git a/core/forms.py b/core/forms.py index 5a91afc..742e5bc 100644 --- a/core/forms.py +++ b/core/forms.py @@ -37,7 +37,7 @@ https://www.codeunderscored.com/model-formsets-in-django/ https://django-formset.fly.dev/styling/ """ -todo = """ +todo = """ - Finish rewriting NewProspectForm to include all validation in the form class itself. """ diff --git a/templates/new_prospect.html b/templates/new_prospect.html index dcd6e7b..126f52e 100644 --- a/templates/new_prospect.html +++ b/templates/new_prospect.html @@ -20,7 +20,7 @@ New Cave and Entrance margin-left: 15%; font-family: monospace; font-weight: bold; - font-size: 150%; + font-size: 110%; text-align: right; } .prospect-form label { @@ -54,38 +54,23 @@ New Cave and Entrance
{% if success %} - + {% endif %} {% endblock %}