diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index b3d5c11e..0227516d 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -221,7 +221,9 @@
  • {{ ss.title }} - {{ _("Awaiting review") }} + {% if not ss.approved %} + {{ _("Awaiting review") }} + {% endif %}
  • {% endif %}