diff --git a/issues/templates/issues/issue_list.html b/issues/templates/issues/issue_list.html index a96031c..bd5164c 100644 --- a/issues/templates/issues/issue_list.html +++ b/issues/templates/issues/issue_list.html @@ -156,11 +156,10 @@
- {% if state_filter == "open" %} {# TODO open #} + {% if state_filter == "open" %} + Congratulations! You have no open issues. {% if project.digested_event_count == 0 %} This might mean you have not yet set up your SDK. - {% else %} - Congratulations! You have no open issues. {% endif %} {% else %} No {{ state_filter }} issues found.