Add a '/' to the end of store and delete urls
This commit is contained in:
parent
58447a19cb
commit
8ddb7a0f89
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ function delBook(){
|
|||
<a class="close" data-dismiss="alert">×</a> \
|
||||
<h4 class="alert-heading">Do you really want to delete it?</h4> \
|
||||
<p>Remove a book is permanent, you won\'t be able to get it back</p> \
|
||||
<a class="btn btn-danger" href="/delete/{{.Id}}">Remove it</a> \
|
||||
<a class="btn btn-danger" href="/delete/{{.Id}}/">Remove it</a> \
|
||||
<a class="btn" href="#" data-dismiss="alert">Cancel</a> \
|
||||
</div>';
|
||||
}
|
||||
|
|
Reference in a new issue