diff --git a/src/postorius/templates/postorius/lists/held_messages.html b/src/postorius/templates/postorius/lists/held_messages.html index c44a6ac..b4cce42 100644 --- a/src/postorius/templates/postorius/lists/held_messages.html +++ b/src/postorius/templates/postorius/lists/held_messages.html @@ -45,8 +45,15 @@ {% for msg in held_messages %} - {{ msg.subject }} - + + + {% if msg.subject %} + {{ msg.subject }} + {% else %} + {% trans 'No Subject' %} + {% endif %} + + {{ msg.sender }} {% if msg.reasons %}