diff --git a/counter/forms.py b/counter/forms.py index 2003c9a7..8a631faa 100644 --- a/counter/forms.py +++ b/counter/forms.py @@ -409,6 +409,7 @@ class ProductForm(forms.ModelForm): "club", "limit_age", "tray", + "clic_limit", "archived", ] help_texts = { diff --git a/counter/templates/counter/product_form.jinja b/counter/templates/counter/product_form.jinja index e31fc9b2..be1fd850 100644 --- a/counter/templates/counter/product_form.jinja +++ b/counter/templates/counter/product_form.jinja @@ -118,6 +118,7 @@ +