Merge branch 'main' into nonfree_main
This commit is contained in:
commit
6adc6084fa
|
|
@ -162,7 +162,7 @@ class Configuration(SingletonModel):
|
||||||
CHOICE_TEMPLATE = [
|
CHOICE_TEMPLATE = [
|
||||||
(ARNAUD, _('arnaud_mvc')),
|
(ARNAUD, _('arnaud_mvc')),
|
||||||
(MASSIVELY, _("html5up-masseively")),
|
(MASSIVELY, _("html5up-masseively")),
|
||||||
(BLK_MVC, _("blk_mvc")),
|
(BLK_MVC, _("blk-pro-mvc")),
|
||||||
(BLK_VUE, _("blk_vue")),
|
(BLK_VUE, _("blk_vue")),
|
||||||
]
|
]
|
||||||
# choices=[(folder, folder) for folder in os.listdir(f"{settings.BASE_DIR}/BaseBillet/templates")],
|
# choices=[(folder, folder) for folder in os.listdir(f"{settings.BASE_DIR}/BaseBillet/templates")],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue