Added the ability to delete packages you own

This commit is contained in:
2025-09-08 11:47:36 -05:00
parent 48f40e6fa7
commit 12536a5572
4 changed files with 211 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ func Pages.Account(ctx)
<if(active.active)>
<true>
<form action="./change_motto" method="POST">
<if(motto_ta.Length == 0)>
@@ -99,9 +100,12 @@ func Pages.Account(ctx)
<a class="btn btn-secondary" href="./admin">Admin</a>
</true>
</if>
<a class="btn btn-danger" href="./delete_packages">Delete Packages</a>
<a class="btn btn-danger" href="./logout">Logout</a>
</form>
</true>
<false>
<hr>