mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 19:33:11 +00:00
New place for local preferences
This commit is contained in:
parent
648eb223ee
commit
6ca39663d6
1 changed files with 2 additions and 2 deletions
|
@ -121,9 +121,9 @@ def display_options(request):
|
||||||
|
|
||||||
optionnal_apps = [import_module(app) for app in OPTIONNAL_APPS_RE2O]
|
optionnal_apps = [import_module(app) for app in OPTIONNAL_APPS_RE2O]
|
||||||
optionnal_templates_list = [
|
optionnal_templates_list = [
|
||||||
app.views.preferences(request)
|
app.preferences.views.aff_preferences(request)
|
||||||
for app in optionnal_apps
|
for app in optionnal_apps
|
||||||
if hasattr(app.views, "preferences")
|
if hasattr(app.preferences.views, "aff_preferences")
|
||||||
]
|
]
|
||||||
|
|
||||||
return form(
|
return form(
|
||||||
|
|
Loading…
Reference in a new issue