Fixes clashing identifier and attr with no quotes
This commit is contained in:
parent
3118cdfbb6
commit
ad26e65109
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue