wikimedia logo added

This commit is contained in:
Benni Bärmann 2020-10-29 15:26:17 +01:00
parent 9ef3f27502
commit d35c9c55d1
3 changed files with 1 additions and 1 deletions

View File

@ -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)

BIN
input/static/input/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -12,6 +12,7 @@
{% load i18n %}
{% block content %}
<img src="{% static 'input/logo.png' %}" />
<p>Schritt {{ wizard.steps.step1 }} von {{ wizard.steps.count }}</p>
<form action="" method="post">
{% csrf_token %}