diff --git a/ultron/followup/views.py b/ultron/followup/views.py index e1ba80bf5e..ff1fa60af1 100644 --- a/ultron/followup/views.py +++ b/ultron/followup/views.py @@ -364,7 +364,7 @@ def heightweight_create_or_update(request, heightweightid=None, gymnast_id=None) heightweight = get_object_or_404(HeightWeight, pk=heightweightid) data = {"gymnast_related": heightweight.gymnast} else: - mindstate = None + heightweight = None data = {} if gymnast_id: gymnast = get_object_or_404(Gymnast, pk=gymnast_id)