mirror of
https://github.com/Steffo99/estus.git
synced 2024-11-22 07:34:19 +00:00
Fix edit button in the details page
This commit is contained in:
parent
f6830ca0e7
commit
84e2d230ed
1 changed files with 5 additions and 5 deletions
|
@ -39,10 +39,10 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<a href="/net_show/{{ net.nid }}">
|
|
||||||
<button type="button" class="btn btn-primary">
|
|
||||||
<span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> Modifica
|
|
||||||
</button>
|
|
||||||
</a>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
<a href="/net_show/{{ net.nid }}">
|
||||||
|
<button type="button" class="btn btn-primary">
|
||||||
|
<span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> Modifica
|
||||||
|
</button>
|
||||||
|
</a>
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in a new issue