Skip to content

Commit

Permalink
Fix wrong edit URL
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Mar 17, 2020
1 parent 665bd98 commit 1719d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcms/testruns/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def render_to_response(self, context, **response_kwargs):
('...', [
(
_('Edit'),
reverse('plan-edit', args=[self.object.pk])
reverse('testruns-edit', args=[self.object.pk])
),
(
_('Clone'),
Expand Down

0 comments on commit 1719d29

Please sign in to comment.