Skip to content

Commit

Permalink
Add back the sync status message for inactive polls
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Oct 25, 2023
1 parent 33156d4 commit 3538421
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/polls/poll_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ <h2 class="is-size-2 has-text-weight-bold">
{% trans "Recent poll syncs scheduled every 60min" %}
{% elif obj in other_polls %}
{% trans "Poll syncs scheduled every 24h" %}
{% elif not obj.is_active %}
{% trans "Not scheduling syncs, not active" %}
{% elif not obj.flow_uuid %}
{% trans "Not scheduling syncs, no flow for poll" %}
{% endif %}
Expand Down

0 comments on commit 3538421

Please sign in to comment.