diff --git a/src/backoffice/templates/manage_proposals.html b/src/backoffice/templates/manage_proposals.html index 4c28b64d..8ba2deb1 100644 --- a/src/backoffice/templates/manage_proposals.html +++ b/src/backoffice/templates/manage_proposals.html @@ -18,6 +18,9 @@

SpeakerProposals

+ {% if not speakerproposals %} +

No pending SpeakerProposals found

+ {% else %} @@ -40,8 +43,12 @@ {% endfor %}
+ {% endif %}

EventProposals

+ {% if not eventproposals %} +

No pending SpeakerProposals found

+ {% else %} @@ -68,7 +75,7 @@ {% endfor %}
- + {% endif %}