mirror of
https://github.com/ae-utbm/sith.git
synced 2026-05-22 08:50:17 +00:00
add clic limit to product form
This commit is contained in:
@@ -409,6 +409,7 @@ class ProductForm(forms.ModelForm):
|
|||||||
"club",
|
"club",
|
||||||
"limit_age",
|
"limit_age",
|
||||||
"tray",
|
"tray",
|
||||||
|
"clic_limit",
|
||||||
"archived",
|
"archived",
|
||||||
]
|
]
|
||||||
help_texts = {
|
help_texts = {
|
||||||
|
|||||||
@@ -118,6 +118,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
<fieldset><div>{{ form.clic_limit.as_field_group() }}</div></fieldset>
|
||||||
<fieldset><div>{{ form.counters.as_field_group() }}</div></fieldset>
|
<fieldset><div>{{ form.counters.as_field_group() }}</div></fieldset>
|
||||||
|
|
||||||
<h3 class="margin-bottom">{% trans %}Prices{% endtrans %}</h3>
|
<h3 class="margin-bottom">{% trans %}Prices{% endtrans %}</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user