Fix houses list View button

This commit is contained in:
slawkens 2020-03-14 11:33:48 +01:00
parent 305884b5ee
commit 22b71ae477

View File

@ -75,7 +75,7 @@
<td>
<form action="{{ getLink('houses/view') }}" method="post">
<input type="hidden" name="house" value="{{ house.name }}">
<button name="View" alt="View" class="btn btn-secondary" width="120" height="18">View</button>
{{ include('buttons.view.html.twig') }}
</form>
</td>
</tr>