diff --git a/hypha/apply/funds/templates/funds/includes/reminders_block.html b/hypha/apply/funds/templates/funds/includes/reminders_block.html index ca462ad3b7c647aaaa71288271b3a3a2968fb762..fdf1f528bf7bf128c87bc6fb1dfb4c9eacd28984 100644 --- a/hypha/apply/funds/templates/funds/includes/reminders_block.html +++ b/hypha/apply/funds/templates/funds/includes/reminders_block.html @@ -16,6 +16,8 @@ </ul> </li> <br> + {% empty %} + <li>No reminders yet.</li> {% endfor %} </ul> </div>