remove unneded line
This commit is contained in:
parent
c3cd312114
commit
931c6a5267
1 changed files with 0 additions and 2 deletions
|
@ -113,8 +113,6 @@ def changeset_detail(request, pk):
|
|||
'form': form,
|
||||
})
|
||||
|
||||
return redirect(reverse('editor.changesets.detail', kwargs={'pk': changeset.pk}))
|
||||
|
||||
elif request.POST.get('unreject') == '1':
|
||||
with changeset.lock_to_edit() as changeset:
|
||||
if not changeset.can_unreject(request):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue