diff --git a/templates/email/fellows/email_fellow_tasklist.html b/templates/email/fellows/email_fellow_tasklist.html index f95e17b0e8ffd71de71577a3b5b322f0a97cdba2..17f54bbf5a1e3adfb150eaccfe64ee1abbf7117f 100644 --- a/templates/email/fellows/email_fellow_tasklist.html +++ b/templates/email/fellows/email_fellow_tasklist.html @@ -41,10 +41,10 @@ <ul> {% for action in assignment.submission.cycle.get_required_actions %} <li>{{action.1}}</li> + {% empty %} + <li>No action required. Great job!</li> {% endfor %} </ul> - {% empty %} - <li>No action required. Great job!</li> {% endif %} </li> {% endfor %}