fix foreignkey and loadin

This commit is contained in:
Andros Fenollosa
2021-11-21 09:21:39 +01:00
parent 912cd4eea4
commit 528b623acd
8 changed files with 76 additions and 11 deletions

View File

@ -1,4 +1,4 @@
<form>
<form class="link">
{# Primary data #}
<input type="hidden" name="action" value="{{ action }}">
<input type="hidden" name="value" value="{{ value }}">
@ -7,5 +7,5 @@
<input type="hidden" name="page" value="{{ page }}">
{% endif %}
{# Button #}
<button type="button" hx-ws="send" hx-trigger="click">{{ text }}</button>
<button class="link__button" type="button" hx-ws="send" hx-trigger="click">{{ text }}</button>
</form>