Skip to content

Commit

Permalink
Correct URL on power test edit save (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoRiley committed Jun 22, 2023
1 parent e1b87b4 commit d03a4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RIGS/views/hs.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def get_success_url(self):
ec.reviewed_by = None
ec.reviewed_at = None
ec.save()
return reverse('ec_detail', kwargs={'pk': self.object.pk})
return reverse('pt_detail', kwargs={'pk': self.object.pk})

def get_context_data(self, **kwargs):
context = super().get_context_data(**kwargs)
Expand Down

0 comments on commit d03a4e1

Please sign in to comment.