Fix house links

This commit is contained in:
slawkens
2025-02-15 12:15:35 +01:00
parent 4c5cc8b573
commit 887b5068ad
3 changed files with 8 additions and 11 deletions

View File

@@ -56,10 +56,9 @@ the search criteria and start a new search.
</td>
<td>
<form action="{{ getLink('houses/view') }}" method="post">
<input type="hidden" name="house" value="{{ house.name }}">
<a href="{{ house.link }}">
{{ include('buttons.view.html.twig') }}
</form>
</a>
</td>
</tr>
{% endfor %}