mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 17:59:22 +02:00
Fix houses list View button
This commit is contained in:
parent
305884b5ee
commit
22b71ae477
@ -75,7 +75,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<form action="{{ getLink('houses/view') }}" method="post">
|
<form action="{{ getLink('houses/view') }}" method="post">
|
||||||
<input type="hidden" name="house" value="{{ house.name }}">
|
<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>
|
</form>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user