Merge branch 'krophil' into 'master'

Proposal for summary sending confirmation

See merge request !66
This commit is contained in:
Skia 2017-04-19 11:06:19 +02:00
commit 16b6b137d7

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 %}