wikimedia logo added
This commit is contained in:
parent
9ef3f27502
commit
d35c9c55d1
|
@ -36,7 +36,6 @@ class Extern(Volunteer):
|
||||||
def save(self,*args,**kwargs):
|
def save(self,*args,**kwargs):
|
||||||
# is there a way to call super().save() only once?
|
# is there a way to call super().save() only once?
|
||||||
super().save(*args,*kwargs)
|
super().save(*args,*kwargs)
|
||||||
print('******EXTERNSAVE********')
|
|
||||||
self.service_id = type(self).__name__ + str(self.pk)
|
self.service_id = type(self).__name__ + str(self.pk)
|
||||||
super().save(*args,*kwargs)
|
super().save(*args,*kwargs)
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
|
@ -12,6 +12,7 @@
|
||||||
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<img src="{% static 'input/logo.png' %}" />
|
||||||
<p>Schritt {{ wizard.steps.step1 }} von {{ wizard.steps.count }}</p>
|
<p>Schritt {{ wizard.steps.step1 }} von {{ wizard.steps.count }}</p>
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
|
Loading…
Reference in New Issue