mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
calculate button added
This commit is contained in:
parent
534fd491c1
commit
ced7768030
@ -15,7 +15,16 @@
|
||||
{% block details %}
|
||||
{% default_currency as currency %}
|
||||
|
||||
{% crispy form %}
|
||||
<form method="post" class="form-horizontal">
|
||||
{% csrf_token %}
|
||||
<div class="row">
|
||||
<div class="col-sm-9">{{ form|crispy }}</div>
|
||||
<div class="col-sm-3">
|
||||
<input type="submit" value="{% trans 'Calculate' %}" class="btn btn-primary btn-block">
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<hr>
|
||||
|
||||
<div class="row"><div class="col col-md-6">
|
||||
<h4>{% trans "Pricing ranges" %}</h4>
|
||||
|
Loading…
x
Reference in New Issue
Block a user