Skip to content

Commit 8561e9c

Browse files
committed
Removed unwanted Http403 exception.
- Legacy-Id: 6374
1 parent 799c8c8 commit 8561e9c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/meeting/ajax.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def update_timeslot_pinned(request, schedule_id, scheduledsession_id, pinned=Fal
7171
cansee,canedit = agenda_permissions(meeting, schedule, request.user)
7272

7373
if not canedit:
74-
raise Http403
7574
return json.dumps({'error':'no permission'})
7675

7776
if scheduledsession_id is not None:

0 commit comments

Comments
 (0)