Fix wrong href.

The href path of don't delete button needs to be ../../../
This commit is contained in:
Antun Franjin 2022-03-11 12:16:14 +01:00
parent 7bcee909ef
commit 3d793218f2

View File

@ -18,7 +18,7 @@
<p>Are you sure you wish to remove the dependency on this ticket?</p>
{% endblocktrans %}
<p><a href='../../'><button class="btn btn-primary btn-lg">{% trans "Don't Delete" %}</button></a></p>
<p><a href='../../../'><button class="btn btn-primary btn-lg">{% trans "Don't Delete" %}</button></a></p>
<form method='post' action='./'>
<button class="btn btn-danger" type='submit'>{% trans "Yes, I Understand - Delete" %}</button>