Proposal for summary sending confirmation

This commit is contained in:
Pierre Brunet 2017-04-19 01:43:34 +02:00
parent 6a815e5a21
commit 553b33c313

View File

@ -19,7 +19,7 @@
{% endif %}
</p>
{% endfor %}
<p><input type="submit" value="{% trans %}Save{% endtrans %}" /></p>
<p><input type="submit" name="submit" value="{% trans %}Save{% endtrans %}" onclick="return confirm('{% trans %}Are you sure ?{% endtrans %}');return false;" /></p>
</form>
{% endblock %}