diff --git a/castellum/studies/templates/studies/study_recruitmentsettings_form.html b/castellum/studies/templates/studies/study_recruitmentsettings_form.html index 5eba0f5b972c46f87ae3c8934ff177bcfa6c9e75..fd58f23765553757a7a91f60aef071f11759f242 100644 --- a/castellum/studies/templates/studies/study_recruitmentsettings_form.html +++ b/castellum/studies/templates/studies/study_recruitmentsettings_form.html @@ -16,7 +16,7 @@ {% bootstrap_field form.advanced_filtering %} {% bootstrap_field form.is_exclusive %} {% bootstrap_field form.complete_matches_only %} - {% bootstrap_field form.geo_filter %} + {% include "file_field.html" with field=form.geo_filter %} {% if not readonly %}
diff --git a/castellum/templates/file_field.html b/castellum/templates/file_field.html index 47c99083ca94c4b42b2f4ecfc04d3432614715cc..a82f8d49ea094cccb182db0d015ef4392b80989c 100644 --- a/castellum/templates/file_field.html +++ b/castellum/templates/file_field.html @@ -1,4 +1,4 @@ -{# workaround for https://github.com/zostera/django-bootstrap4/pull/146 #} +{# workaround for https://github.com/zostera/django-bootstrap4/issues/212 #}
{{ field }}