1
Fork 0
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:
Steffo 2017-09-13 10:24:46 +02:00
parent f6830ca0e7
commit 84e2d230ed

View file

@ -39,10 +39,10 @@
{% endfor %}
</div>
</li>
</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>
</ul>
{% endblock %}