Commit b9de2d01 by Xavier Antoviaque

Revert the "Check" button to "Submit"

parent 59974161
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
{{c.body_html|safe}} {{c.body_html|safe}}
{% endfor %} {% endfor %}
{% if self.display_submit %} {% if self.display_submit %}
<input type="button" value="Check" class="submit"></input> <input type="button" value="Submit" class="submit"></input>
<span class="progress" data-completed="{{ self.completed }}"> <span class="progress" data-completed="{{ self.completed }}">
<span class='indicator'></span> <span class='indicator'></span>
</span> </span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment