Skip to content

Commit

Permalink
add percentage full to dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-peters committed Aug 22, 2023
1 parent 2b881b6 commit 583c03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coldfront/core/allocation/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def label_from_instance(self, obj):


class AllocationUpdateForm(forms.Form):
resource = forms.ModelChoiceField(
resource = AllocationResourceChoiceField(
label='Resource', queryset=Resource.objects.all(), required=False
)
status = forms.ModelChoiceField(
Expand Down

0 comments on commit 583c03e

Please sign in to comment.