edited stack detail
This commit is contained in:
parent
1889bfaa62
commit
36c1590e24
@ -34,18 +34,11 @@
|
||||
|
||||
{% endfor %}</p>
|
||||
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<p><a href="{{url_for('show_books')}}">Add some more books</a></p>
|
||||
|
||||
<p>
|
||||
<a href="{{ url_for('remove_stack_by_id', id=stack.id )}}">Remove stack</a> </p>
|
||||
<p>
|
||||
<a href="{{ url_for('edit_stack_by_id', id=stack.id )}}">Edit title and/or description</a> </p>
|
||||
|
||||
|
||||
|
||||
<p><a href="{{ url_for('edit_stack_by_id', id=stack.id )}}">Edit title and/or description</a> </p>
|
||||
<p><a href="{{ url_for('remove_stack_by_id', id=stack.id )}}">Remove stack</a> </p>
|
||||
<p><a href="{{url_for('show_stacks')}}">Go back to the other stacks</p>
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user