Item-related templates

This commit is contained in:
Raphael Michel
2018-07-08 23:55:26 +02:00
parent 7b230726b0
commit 0daded8af5
34 changed files with 1314 additions and 1021 deletions

View File

@@ -58,12 +58,12 @@
{% bootstrap_field form.payment_term_expire_automatically layout="control" %}
{% bootstrap_field form.payment_term_accept_late layout="control" %}
{% bootstrap_field form.tax_rate_default layout="control" %}
<div class="form-group submit-group">
<button type="submit" class="btn btn-primary btn-save">
{% trans "Save" %}
</button>
</div>
</div>
</fieldset>
<div class="form-group submit-group">
<button type="submit" class="btn btn-primary btn-save">
{% trans "Save" %}
</button>
</div>
</form>
{% endblock %}