Separates button grouping from td element

This commit is contained in:
Mouse Reeve 2021-04-04 10:38:40 -07:00
parent 03ba01a790
commit b6aa36960c

View file

@ -63,7 +63,7 @@
{% trans "Requested" %}
{% endif %}
</td>
<td class="field is-grouped">
<td><div class="field is-grouped">
{# no invite OR invite not yet used #}
{% if not req.invite.times_used %}
<form name="send-invite" method="post">
@ -98,7 +98,7 @@
{% endif %}
</form>
{% endif %}
</td>
</div></td>
</tr>
{% endfor %}
</table>