mirror of
https://github.com/Steffo99/estus.git
synced 2024-11-21 23:24:18 +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 %}
|
||||
</div>
|
||||
</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>
|
||||
<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 %}
|
Loading…
Reference in a new issue