Skip to content
Snippets Groups Projects
Verified Commit 349eb967 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add missing argument.

parent 8a03085d
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ def map(request):
return render(request, 'ticdesk_org/map.html', context)
def add_guardian(request):
def add_guardian(request, uid):
context = {}
# Do not allow not logged-in users
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment