[moinmoin] Missing import

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-03-06 10:15:30 +01:00
parent e76beab84f
commit 56b7635d99
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 4 additions and 0 deletions

View File

@ -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):