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

View file

@ -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 %}