From a17b009bc154111d2b6114ef9cbe6f1bb83eda32 Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Mon, 5 Mar 2018 15:31:43 +0000 Subject: [PATCH] adding fallback text for when there are no actions to display --- .../apply/activity/templates/activity/include/action_list.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opentech/apply/activity/templates/activity/include/action_list.html b/opentech/apply/activity/templates/activity/include/action_list.html index ebd8bbaa1..545126753 100644 --- a/opentech/apply/activity/templates/activity/include/action_list.html +++ b/opentech/apply/activity/templates/activity/include/action_list.html @@ -1,3 +1,5 @@ {% for action in actions %} {% include "activity/include/listing_base.html" with activity=action %} +{% empty %} +There are no actions. {% endfor %} -- GitLab