17 lines
654 B
HTML
17 lines
654 B
HTML
---
|
|
data:
|
|
type: hash
|
|
locale:
|
|
type: string
|
|
i18n:
|
|
type: hash
|
|
---
|
|
{% render 'forms/password.html', id: 'minimoIndispensable' %}
|
|
{% render 'forms/password.html', id: 'conName', name: 'conName' %}
|
|
{% render 'forms/password.html', id: 'conMinlength', minlength: 10 %}
|
|
{% render 'forms/password.html', id: 'conMaxlength', maxlength: 20 %}
|
|
{% render 'forms/password.html', id: 'conMinYMaxlength', minlength: 10, maxlength: 25 %}
|
|
{% render 'forms/password.html', id: 'conPlaceholder', placeholder: 'Placeholder' %}
|
|
{% render 'forms/password.html', id: 'conAutofocus', autofocus: true %}
|
|
{% render 'forms/password.html', id: 'conRequired', required: true %}
|