Fix feeds saying it is disabled when it is not
This commit is contained in:
parent
ec49fe15fa
commit
6fc58a49a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue