Browse Source

edited stack detail

ansible-setup-and-deploy
Alice 6 years ago
parent
commit
36c1590e24
  1. 11
      app/templates/show_stack_detail.html

11
app/templates/show_stack_detail.html

@ -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…
Cancel
Save