diff --git a/bird/forms.py b/bird/forms.py index af30399..3db931c 100644 --- a/bird/forms.py +++ b/bird/forms.py @@ -36,7 +36,7 @@ class BirdEditForm(forms.ModelForm): "status", "aviary", "cost_sum", - "rescuer", + # "rescuer", ] labels = { "bird": _("Vogel"), @@ -45,5 +45,5 @@ class BirdEditForm(forms.ModelForm): "status": _("Status"), "aviary": _("Voliere"), "cost_sum": _("Kosten der Behandlung [Euro]"), - "rescuer": _("Retter"), + # "rescuer": _("Retter"), } diff --git a/bird/templates/bird/bird_single.html b/bird/templates/bird/bird_single.html index d4f676a..2daddeb 100644 --- a/bird/templates/bird/bird_single.html +++ b/bird/templates/bird/bird_single.html @@ -2,7 +2,8 @@ {% load static %} {% load crispy_forms_tags %} {% block content %} -
Retter des Patienten: {{ bird.rescuer }}