Ticketzusatz

This commit is contained in:
holger.trampe 2019-12-11 17:15:46 +01:00
parent b94fb5ec8a
commit 215a550656
1 changed files with 1 additions and 1 deletions

View File

@ -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)