Merge branch 'feature/wtforms-3' into premerge

This commit is contained in:
Jonas Schäfer
2022-06-06 19:46:32 +02:00
4 changed files with 3 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ _ACCESS_MODEL_CHOICES = [
class ProfileForm(BaseForm):
nickname = wtforms.TextField(
nickname = wtforms.StringField(
_l("Display name"),
)