WMDE
/
eva
forked from tohe/eva
7
1
Fork 0

changed mails for testing purposes

This commit is contained in:
Marike Voßbeck 2026-03-18 16:50:03 +01:00
parent 1fb7bd9385
commit b4512a2739
2 changed files with 69 additions and 69 deletions

View File

@ -13,82 +13,82 @@ BASIC_DATA = [
# for every department: 'MAIL' => mail adress, 'DATA': additional fields to include
# also one copy with all fields to the person filling the form.
MAILS = {
'IT': {
'MAIL': 'wmde-it@wikimedia.de',
'DATA': [
'laptop_id',
'email',
'forward',
'forwardemail',
'documents',
'documentowner',
'mobile',
'sim',
'special_logins',
'hardware',
],
},
# 'IT': {
# 'MAIL': 'wmde-it@wikimedia.de',
# 'DATA': [
# 'laptop_id',
# 'email',
# 'forward',
# 'forwardemail',
# 'documents',
# 'documentowner',
# 'mobile',
# 'sim',
# 'special_logins',
# 'hardware',
# ],
#},
'OFFICE': {
'MAIL': 'office@wikimedia.de',
'MAIL': 'marike.vossbeck@wikimedia.de',
'DATA': [
'transponder_id',
],
},
'KOMM': {
'MAIL': 'presse@wikimedia.de',
'MAIL': 'marike.vossbeck@wikimedia.de',
'DATA': [
'email',
'website',
],
},
'CENTRAL': {
'MAIL': 'krisztina.nagy@wikimedia.de',
'DATA': [
'sim'
],
},
'HR': {
'MAIL': 'personal@wikimedia.de',
'DATA': [
'overtime',
'holiday',
'pension',
'laptop_id',
'hardware',
'mobile',
'sim',
'credit_card'
]
},
'FINANCE': {
'MAIL': 'buchhaltung@wikimedia.de',
'DATA': [
'credit_card',
'bahncard',
'sim'
]
},
'SUBMITTER': {
'MAIL': 'submitter@wikimedia.de',
'DATA': [
'laptop_id',
'email',
'forward',
'forwardemail',
'documents',
'documentowner',
'mobile',
'sim',
'special_logins',
'hardware',
'transponder_id',
'website',
'overtime',
'holiday',
'pension',
'credit_card',
'bahncard',
'miscellaneous',
]
}
#'CENTRAL': {
# 'MAIL': 'krisztina.nagy@wikimedia.de',
# 'DATA': [
# 'sim'
# ],
#},
#'HR': {
# 'MAIL': 'personal@wikimedia.de',
# 'DATA': [
# 'overtime',
# 'holiday',
# 'pension',
# 'laptop_id',
# 'hardware',
# 'mobile',
# 'sim',
# 'credit_card'
# ]
#},
#'FINANCE': {
# 'MAIL': 'buchhaltung@wikimedia.de',
# 'DATA': [
# 'credit_card',
# 'bahncard',
# 'sim'
# ]
#},
#'SUBMITTER': {
# 'MAIL': 'submitter@wikimedia.de',
# 'DATA': [
# 'laptop_id',
# 'email',
# 'forward',
# 'forwardemail',
# 'documents',
# 'documentowner',
# 'mobile',
# 'sim',
# 'special_logins',
# 'hardware',
# 'transponder_id',
# 'website',
# 'overtime',
# 'holiday',
## 'pension',
# 'credit_card',
# 'bahncard',
# 'miscellaneous',
# ]
#}
}

View File

@ -1,6 +1,6 @@
from django.urls import path
from .views import EvaFormView, PDFPreviewView, success, long_process, change_process
from .views import EvaFormView, success, long_process, change_process
urlpatterns = [
path('', EvaFormView.as_view(condition_dict = {'1': long_process,
@ -14,4 +14,4 @@ urlpatterns = [
]
# this path is needed, when you wanna do pdf preview
#path('form/pdf-preview/', PDFPreviewView.as_view(), name='pdf-preview'),
#path('form/pdf-preview/', PDFPreviewView.as_view(), name='pdf-preview'), also import PDFViewForm