dont use var name "input"
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
{% end %}
|
||||
</legend>
|
||||
|
||||
{% raw input() %}
|
||||
{% raw field() %}
|
||||
|
||||
{% if errors %}
|
||||
{% for error in errors %}
|
||||
|
@@ -11,7 +11,7 @@
|
||||
{% end %}
|
||||
</label>
|
||||
|
||||
{% raw input(placeholder=placeholder) %}
|
||||
{% raw field(placeholder=placeholder) %}
|
||||
|
||||
{% if errors %}
|
||||
{% for error in errors %}
|
||||
|
Reference in New Issue
Block a user