diff --git a/input/models.py b/input/models.py index 6c33327..0b8b141 100644 --- a/input/models.py +++ b/input/models.py @@ -36,7 +36,6 @@ class Extern(Volunteer): def save(self,*args,**kwargs): # is there a way to call super().save() only once? super().save(*args,*kwargs) - print('******EXTERNSAVE********') self.service_id = type(self).__name__ + str(self.pk) super().save(*args,*kwargs) diff --git a/input/static/input/logo.png b/input/static/input/logo.png new file mode 100644 index 0000000..cec78db Binary files /dev/null and b/input/static/input/logo.png differ diff --git a/input/templates/input/extern.html b/input/templates/input/extern.html index 38569bc..7ed3dbb 100644 --- a/input/templates/input/extern.html +++ b/input/templates/input/extern.html @@ -12,6 +12,7 @@ {% load i18n %} {% block content %} +

Schritt {{ wizard.steps.step1 }} von {{ wizard.steps.count }}

{% csrf_token %}