From 36562f58554f526e9400bcc2b558b8b9d1a3992a Mon Sep 17 00:00:00 2001 From: Benni Baermann Date: Tue, 3 Nov 2020 12:56:40 +0100 Subject: [PATCH] buttons fixed --- input/forms.py | 2 +- input/templates/input/extern.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/input/forms.py b/input/forms.py index 8715742..0d88ca3 100644 --- a/input/forms.py +++ b/input/forms.py @@ -46,7 +46,7 @@ class InternForm(ModelForm): exclude = ('granted', 'granted_date', 'survey_mail_send') class TravelForm(ModelForm): - + # TODO: add some javascript to show/hide other-field class Meta: model = Travel exclude = ('granted', 'granted_date', 'survey_mail_send', 'realname', 'email',) diff --git a/input/templates/input/extern.html b/input/templates/input/extern.html index aeca4ca..6d2cee7 100644 --- a/input/templates/input/extern.html +++ b/input/templates/input/extern.html @@ -29,8 +29,8 @@ {% endif %} {% if wizard.steps.prev %} - + {% endif %} - + {% endblock %}