mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-24 21:34:41 +03:00
Merge remote-tracking branch 'origin/v3.5'
This commit is contained in:
commit
3b0e100021
@ -58,7 +58,7 @@ def index(request: HttpRequest) -> HttpResponse:
|
||||
if csrf_token is not None:
|
||||
csrf_token = str(csrf_token)
|
||||
|
||||
response = render(request, 'uds/modern/index.html', {'csrf_field': CSRF_FIELD, 'csfr_token': csrf_token})
|
||||
response = render(request, 'uds/modern/index.html', {'csrf_field': CSRF_FIELD, 'csrf_token': csrf_token})
|
||||
|
||||
# Ensure UDS cookie is present
|
||||
auth.getUDSCookie(request, response)
|
||||
|
Loading…
Reference in New Issue
Block a user