Fix antifeatures list generation
This commit is contained in:
@ -52,8 +52,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||
{% if antifeatures -%}
|
||||
## Antifeatures
|
||||
|
||||
{% for antifeature in antifeatures -%}
|
||||
{% for antifeature in antifeatures.values() -%}
|
||||
- **{{ antifeature.title }}**: {{ antifeature.description }}
|
||||
|
||||
{% endfor -%}
|
||||
{% endif -%}
|
||||
|
||||
|
Reference in New Issue
Block a user