diff --git a/opentech/apply/activity/templates/activity/include/action_list.html b/opentech/apply/activity/templates/activity/include/action_list.html index ebd8bbaa11232a7312f180a2ec98681b9ec50958..5451267538448089e4cbfb6bf4aa79f52956f75e 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 %}