Remove obsolete setting.

This commit is contained in:
Mikaël Ates 2016-04-29 10:23:01 +02:00
parent ff30392ddc
commit ca29f7564a
1 changed files with 0 additions and 4 deletions

View File

@ -55,10 +55,6 @@ class AppSettings(object):
def logout_at_unlink_return_url(self):
return self._setting('LOGOUT_AT_UNLINK_RETURN_URL', '/accounts/')
@property
def enable_unlink_when_create(self):
return self._setting('ENABLE_UNLINK_WHEN_CREATE', False)
@property
def enable_registration_form_prefill(self):
return self._setting('ENABLE_REGISTRATION_FORM_PREFILL', True)