Skip to content

Commit

Permalink
cleanup commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-jones committed Nov 15, 2024
1 parent f37beab commit aff25ce
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions portality/forms/application_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href='https://subscribetoopencommunity.org/' target='_blank' rel='noopener'>"
# "Subscribe to Open</a> initiative?"],
# }
# }

S2O = {
"name": "s2o",
"label": "Subscribe to Open",
Expand Down

0 comments on commit aff25ce

Please sign in to comment.