template pxarexclude - correct item.value to item
This commit is contained in:
parent
b56d2aa80c
commit
2e68384300
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
{% if backup_path_exclude is defined %}
|
{% if backup_path_exclude is defined %}
|
||||||
{% for item in backup_path_exclude %}
|
{% for item in backup_path_exclude %}
|
||||||
{{ item.value }}
|
{{ item }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if backup_path_include is defined %}
|
{% if backup_path_include is defined %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user