parent
b085409e5e
commit
efb74ae413
9 changed files with 107 additions and 80 deletions
|
@ -470,7 +470,7 @@
|
|||
<td>{{ list.url() }}</td>
|
||||
<td>{{ list.description }}</td>
|
||||
<td>
|
||||
<a href="{{ url_for("portal.destroy_mirror_list", list_id=list.id) }}"
|
||||
<a href="{{ url_for("portal.list.list_destroy", list_id=list.id) }}"
|
||||
class="btn btn-danger btn-sm">Destroy</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue