Skip to content

Commit 96cd882

Browse files
committed
Removes the subtitle field from the submission configurator as this has been deprecated. En/disabling it does not have any impact on the submission fields as is. This was a phantom tickbox.
1 parent 0b84fe0 commit 96cd882

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/submission/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3284,7 +3284,6 @@ class SubmissionConfiguration(models.Model):
32843284
competing_interests = models.BooleanField(default=True)
32853285
comments_to_the_editor = models.BooleanField(default=True)
32863286

3287-
subtitle = models.BooleanField(default=False)
32883287
abstract = models.BooleanField(default=True)
32893288
language = models.BooleanField(default=True)
32903289
license = models.BooleanField(default=True)

0 commit comments

Comments
 (0)