write postprocessing for 100%
[django_unres.git] / django_simple / todo / templates / index.html
index d122d6b..608de37 100644 (file)
                                                <span class="fa fa-spinner
                                                fa-spin"></span>
                                                {{ task.running }}%
+                                            {% if task.running == 100  %}
+                                            <font size="2">
+                                            postprocessing
+                                            </font>
+                                            {% endif %}
                                          {% else %}
                                                <span class="fa fa-square-o"></span>
                                          {% endif %}