From 5d3402b9827059d501ae104d9dacd714c2d75e86 Mon Sep 17 00:00:00 2001 From: Vaibhav Mule <vaibhavmule135@gmail.com> Date: Thu, 19 Mar 2020 14:53:03 +0530 Subject: [PATCH] show message when there are no reminders --- hypha/apply/funds/templates/funds/includes/reminders_block.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hypha/apply/funds/templates/funds/includes/reminders_block.html b/hypha/apply/funds/templates/funds/includes/reminders_block.html index ca462ad3b..fdf1f528b 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> -- GitLab