Compare commits

..

No commits in common. "079c1c3933605b30816fdd8001db598627a8aa29" and "b5e0dbdd44df1029400bfbdac2a128e47092046d" have entirely different histories.

2 changed files with 1 additions and 10 deletions

9
TODO
View File

@ -3,12 +3,3 @@ known bugs:
- there is html-code in some plain text mails, because they use
models.TYPE_CHOICES, which is in html, because it is mainly used for the
website side of things.
- helptext by /intern email: "Bitte gib deine E-Mail-Adresse ein, damit dich
Wikimedia Deutschland bei Rückfragen oder für
die Zusage kontaktieren kann." maybe this this misleading?
other known problems:
- The DatePicker works only if you are logged in, which is mostly ok for /intern
and there is no Date to insert at the moment in forms for externs.

View File

@ -204,7 +204,7 @@ class ExternView(CookieWizardView):
# we have to copy the data from the first form here
# this is a bit ugly code. can we copy this without explicit writing?
modell.realname = data['realname']
modell.username = data['username']
# form.username = data['username']
modell.email = data['email']
# write type of form in some cases
if data['choice'] in ('BIB', 'ELIT', 'SOFT'):