1
Fork 0
mirror of https://github.com/Steffo99/estus.git synced 2024-11-21 23:24:18 +00:00

Fix edit button on device details page

This commit is contained in:
Steffo 2017-09-13 10:25:52 +02:00
parent 888024b361
commit cedeec679a

View file

@ -87,10 +87,10 @@
<code>{{ disp.ip }}</code>
</div>
</li>
<a href="/disp_show/{{ disp.did }}">
</ul>
<a href="/disp_show/{{ disp.did }}">
<button type="button" class="btn btn-primary">
<span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> Modifica
</button>
</a>
</ul>
</a>
{% endblock %}