diff --git a/hypn0/hypn0_site/forms.py b/hypn0/hypn0_site/forms.py index f040c3f..041a5a7 100644 --- a/hypn0/hypn0_site/forms.py +++ b/hypn0/hypn0_site/forms.py @@ -39,7 +39,7 @@ class HalftoneGenerateForm(forms.Form): ) max_radius = forms.IntegerField( min_value=3, - max_value=20, + max_value=65, initial=8, required=False, ) diff --git a/hypn0/templates/index.html b/hypn0/templates/index.html index 2e196b0..c0299f6 100644 --- a/hypn0/templates/index.html +++ b/hypn0/templates/index.html @@ -339,10 +339,10 @@