dont use var name "input"

This commit is contained in:
Andrew Croce
2018-07-25 13:28:48 -04:00
parent c98cdb2352
commit 8ba4c372f4
3 changed files with 12 additions and 12 deletions

View File

@@ -12,7 +12,7 @@
{% end %}
</legend>
{% raw input() %}
{% raw field() %}
{% if errors %}
{% for error in errors %}

View File

@@ -11,7 +11,7 @@
{% end %}
</label>
{% raw input(placeholder=placeholder) %}
{% raw field(placeholder=placeholder) %}
{% if errors %}
{% for error in errors %}