diff --git a/app/templates/todo.html b/app/templates/todo.html index 524180a..edb7d4a 100644 --- a/app/templates/todo.html +++ b/app/templates/todo.html @@ -12,7 +12,7 @@ {{ p.title }} by {{ p.author.display_name }} {% else %} -
  • No packages available +
  • No packages need reviewing. {% endfor %} @@ -27,7 +27,7 @@
  • {% else %} -
  • No packages available +
  • No releases need reviewing. {% endfor %} {% endblock %}