Fix feeds saying it is disabled when it is not

This commit is contained in:
Joakim Hellsén 2022-12-12 16:34:54 +01:00
commit 6fc58a49a5
No known key found for this signature in database
GPG key ID: 01FD861E3DAC09AC

View file

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