[moinmoin] Missing import
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
e76beab84f
commit
56b7635d99
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue