This commit is contained in:
2022-02-20 01:43:00 +01:00
parent c1501de6bf
commit 01f489e90d
4 changed files with 376 additions and 3 deletions

View File

@ -321,7 +321,7 @@
{% else %}
read only = no
{% endif %}
{% if item.writeable is defined and item.writeable |length > 0 %}
{% if item.writeable is defined and item.writeable|length > 0 %}
writeable = {{ item.writeable }}
{% else %}
writeable = yes