Fixed mail settings form that was missing a field

This commit is contained in:
Raphael Michel
2016-08-16 21:33:45 +02:00
parent 4191f93ece
commit 68967fbfda

View File

@@ -14,6 +14,7 @@
<legend>{% trans "E-mail content" %}</legend>
{% bootstrap_field form.mail_text_order_placed layout="horizontal" %}
{% bootstrap_field form.mail_text_order_paid layout="horizontal" %}
{% bootstrap_field form.mail_text_order_free layout="horizontal" %}
{% bootstrap_field form.mail_text_resend_link layout="horizontal" %}
</fieldset>
<fieldset>