Browse Source

fixed stack link

ansible-setup-and-deploy
nberting 6 years ago
parent
commit
a4a214d488
  1. 5
      app/templates/show_books.html

5
app/templates/show_books.html

@ -61,10 +61,7 @@
<td>
{% for stack in book.stacks %}
<li><a href="{{url_for('show_stack_by_id', id=stack.id)}}"> </a>
{{ stack.stack_name }}
</li>
<li><a href="{{url_for('show_stack_by_id', id=stack.id)}}"> {{ stack.stack_name }} </a></li>
{% endfor %}

Loading…
Cancel
Save