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:
parent
888024b361
commit
cedeec679a
1 changed files with 3 additions and 3 deletions
|
@ -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 %}
|
Loading…
Reference in a new issue