Fix template error in oper blocks
This commit is contained in:
parent
9da5bb086b
commit
b3b63a7e47
1 changed files with 2 additions and 2 deletions
|
@ -142,8 +142,8 @@
|
||||||
password="{{ oper.password }}"
|
password="{{ oper.password }}"
|
||||||
type="{{ oper.type }}"
|
type="{{ oper.type }}"
|
||||||
{% if 'class' in oper %}class="{{ oper.class }}"{% endif %}
|
{% if 'class' in oper %}class="{{ oper.class }}"{% endif %}
|
||||||
{% if 'hash' in oper %}hash="{{ hash.class }}"{% endif %}
|
{% if 'hash' in oper %}hash="{{ oper.hash }}"{% endif %}
|
||||||
{% if 'vhost' in oper %}vhost="{{ vhost.class }}"{% endif %}>
|
{% if 'vhost' in oper %}vhost="{{ oper.vhost }}"{% endif %}>
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue