Skip to content

Commit

Permalink
fixes periodic_tasks_status_list template error on tasks name
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobessa authored Aug 31, 2017
1 parent 620e0ee commit 228fde1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ul>
<li><strong>{% trans 'Is due?' %}</strong> {% if task.is_due %} {% trans 'Yes' %} {% else %} {% trans 'No' %} {% endif %} </li>
<li><strong>{% trans 'Next execution:' %}</strong> {{ task.next_execution | date:"m/d/Y fa e" }}</li>
<li><strong>{% trans 'Task:' %}</strong> {{ task.next_execution | date:"m/d/Y fa e" }}</li>
<li><strong>{% trans 'Task:' %}</strong> {{ task.task }}</li>
<li><strong>{% trans 'Arguments:' %}</strong> {{ task.args }}</li>
<li><strong>{% trans 'Keyword Arguments:' %}</strong> {{ task.kwargs }}</li>
</ul>
Expand Down

0 comments on commit 228fde1

Please sign in to comment.