Skip to content
Snippets Groups Projects
Commit b6c7a054 authored by Branson Stephens's avatar Branson Stephens
Browse files

ligouser->user in api.py

parent 56562bf4
No related branches found
No related tags found
No related merge requests found
......@@ -705,7 +705,7 @@ class EventLabel(APIView):
def put(self, request, graceid, label):
try:
rv = create_label(graceid, label, request.ligouser)
rv = create_label(graceid, label, request.user)
except Event.DoesNotExist:
msg = "No such Event '%s'" % graceid
return Response(msg,status=status.HTTP_404_NOT_FOUND)
......
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