Added the ability to delete packages you own
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user