portal: allow list destruction

fixes #15
This commit is contained in:
Iain Learmonth 2022-05-11 15:47:39 +01:00
parent b085409e5e
commit efb74ae413
9 changed files with 107 additions and 80 deletions

View file

@ -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>