write postprocessing for 100%
[django_unres.git] / django_simple / todo / templates / details.html
index 0c2a6cc..3466e5c 100644 (file)
@@ -60,6 +60,9 @@ Created {{ task.created_date  }}
                                                <span class="fa fa-spinner
                                                fa-spin"></span>
                                                {{ task.running }}%
+                                             {% if task.running == 100  %}
+                                             postprocessing
+                                             {% endif %}
                                          {% else %}
                                                <span class="fa fa-square-o"></span>
                                          {% endif %}