Fix feeds saying it is disabled when it is not

This commit is contained in:
2022-12-12 16:34:54 +01:00
parent ec49fe15fa
commit 6fc58a49a5

View File

@ -7,7 +7,7 @@
<h2> <h2>
<a class="text-muted text-decoration-none" href="{{ feed.link }}"> <a class="text-muted text-decoration-none" href="{{ feed.link }}">
{{ feed.title }} {{ feed.title }}
{% if feed.updates_enabled %} {% if not feed.updates_enabled %}
- <span class="text-danger">disabled</span> - <span class="text-danger">disabled</span>
{% endif %} {% endif %}
</a> </a>