Skip to content
Snippets Groups Projects
Verified Commit 56b7635d authored by ynerant's avatar ynerant
Browse files

[moinmoin] Missing import


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent e76beab8
No related branches found
No related tags found
1 merge request!240Fix MoinMoin on Sputnik
......@@ -15,6 +15,10 @@ the farm's common settings.
# we import the FarmConfig class for common defaults of our wikis:
from farmconfig import FarmConfig
{% if not moinmoin.main -%}
# we import config to disable the account creation at the bottom of this file
from Moinmoin import config
{% endif -%}
# now we subclass that config (inherit from it) and change what's different:
class Config(FarmConfig):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment