EditAsset: remove reference to old admin bar

This commit is contained in:
2023-03-12 00:39:15 +01:00
parent 2c24a0a7e7
commit 70fcd097cc
3 changed files with 1 additions and 6 deletions

View File

@@ -250,7 +250,7 @@ class PhotoPage extends Template
echo '
<div id="user_actions_box" class="content-box">
<h3>Actions</h3>
<a class="btn btn-primary" href="', BASEURL, '/editasset/?id=', $this->photo->getId(), '?confirm_delete">Edit photo</a>
<a class="btn btn-primary" href="', BASEURL, '/editasset/?id=', $this->photo->getId(), '">Edit photo</a>
<a class="btn btn-danger" href="', BASEURL, '/', $this->photo->getSlug(), '?confirm_delete">Delete photo</a>
</div>';
}