Browse Source

wikimedia logo added

master
Benni Baermann 4 years ago
parent
commit
d35c9c55d1
3 changed files with 1 additions and 1 deletions
  1. +0
    -1
      input/models.py
  2. BIN
      input/static/input/logo.png
  3. +1
    -0
      input/templates/input/extern.html

+ 0
- 1
input/models.py 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 View File

Before After
Width: 240  |  Height: 240  |  Size: 5.7 KiB

+ 1
- 0
input/templates/input/extern.html 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 %}

Loading…
Cancel
Save