diff --git a/portality/forms/application_forms.py b/portality/forms/application_forms.py index 9f88f88ae..d91139baf 100644 --- a/portality/forms/application_forms.py +++ b/portality/forms/application_forms.py @@ -1719,20 +1719,6 @@ class FieldDefinitions: ] } - # LABELS = { - # "name": "labels", - # "label": "Labels for this Journal", - # "input": "checkbox", - # "multiple": True, - # "options": [ - # {"display": "Subscribe to Open", "value": "s2o"} - # ], - # "help": { - # "long_help": ["Is the journal part of the " - # "Subscribe to Open initiative?"], - # } - # } - S2O = { "name": "s2o", "label": "Subscribe to Open",