diff --git a/forms.py b/forms.py index d77065c..6360be0 100755 --- a/forms.py +++ b/forms.py @@ -65,9 +65,6 @@ class Meta(BaseBandForm.Meta): 'fee', 'category', ] - widgets = { - 'category': forms.HiddenInput, - } def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) diff --git a/templates/consortial_billing/elements/calculate_fee.html b/templates/consortial_billing/elements/calculate_fee.html index e16d9ef..dabd374 100644 --- a/templates/consortial_billing/elements/calculate_fee.html +++ b/templates/consortial_billing/elements/calculate_fee.html @@ -5,7 +5,9 @@ {{ band_form.size|materializecss:"s12 m10 l8" }} {{ band_form.level|materializecss:"s12 m10 l8" }} {{ band_form.currency|materializecss:"s12 m10 l8" }} - {{ band_form.category }} +