Fixes clashing identifier and attr with no quotes

This commit is contained in:
Mouse Reeve
2021-10-16 11:15:38 -07:00
parent 3118cdfbb6
commit ad26e65109
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
{% if valid %}
<div>
<form name="register" method="post" action="/register">
<input type=hidden name="invite_code" value="{{ invite.code }}">
<input type="hidden" name="invite_code" value="{{ invite.code }}">
{% include 'snippets/register_form.html' %}
</form>
</div>