Ticketzusatz
This commit is contained in:
parent
b94fb5ec8a
commit
215a550656
|
|
@ -435,7 +435,7 @@ def support(request):
|
|||
"email": mail,
|
||||
"subject": 'Digitale Agentur: '+problemconc,
|
||||
"ip": "1.1.1.1",
|
||||
"message": problem
|
||||
"message": "*****************************\nAgentur: "+ user.profile.agency.name +" (ID: "+ str(user.profile.agency.pk) +")\nBenutzer: "+user.first_name+" "+user.last_name+" (ID: "+ str(user.pk) +")\n*******************************\n\n" + problem
|
||||
}
|
||||
json_data = json.dumps(ostdata)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue