We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e8609 commit cb53327Copy full SHA for cb53327
froide/account/models.py
@@ -175,7 +175,7 @@ class User(AbstractBaseUser, PermissionsMixin):
175
)
176
177
private = models.BooleanField(_("Private"), default=False)
178
- address = models.TextField(_("Address"), blank=True)
+ #address = models.TextField(_("Address"), blank=True)
179
terms = models.BooleanField(_("Accepted Terms"), default=True)
180
181
profile_text = models.TextField(blank=True)
0 commit comments