fixed stack link
This commit is contained in:
parent
c2e0bec1be
commit
a4a214d488
@ -61,10 +61,7 @@
|
|||||||
<td>
|
<td>
|
||||||
{% for stack in book.stacks %}
|
{% for stack in book.stacks %}
|
||||||
|
|
||||||
<li><a href="{{url_for('show_stack_by_id', id=stack.id)}}"> </a>
|
<li><a href="{{url_for('show_stack_by_id', id=stack.id)}}"> {{ stack.stack_name }} </a></li>
|
||||||
|
|
||||||
{{ stack.stack_name }}
|
|
||||||
</li>
|
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user