diff --git a/printer/forms.py b/printer/forms.py index 2c89b6f0..1818d200 100644 --- a/printer/forms.py +++ b/printer/forms.py @@ -41,6 +41,7 @@ class JobWithOptionsForm(FormRevMixin, ModelForm): 'printAs', 'color', 'disposition', + 'format', 'count', ]