Skip to content

Commit

Permalink
remove superfluous space
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Ebeling <[email protected]>
  • Loading branch information
fekoch and richardebeling committed Oct 21, 2024
1 parent 9ac6ca2 commit a9eb22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evap/evaluation/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class Type(models.IntegerChoices):
# (unique=True, blank=True, null=True) allows having multiple non-active but only one active questionnaire
# TODO@Felix: hidden True?
is_active_dropout_questionnaire = models.BooleanField(
default=None, unique=True, blank=True, null=True, verbose_name=_("questionnaire is selected as active ")
default=None, unique=True, blank=True, null=True, verbose_name=_("questionnaire is selected as active")
)

class Visibility(models.IntegerChoices):
Expand Down

0 comments on commit a9eb22a

Please sign in to comment.