blk-pro-mvc

This commit is contained in:
Jonas 12t 2022-01-13 12:23:06 +04:00
parent 8f93a549c1
commit d615a6fbb2
1 changed files with 1 additions and 1 deletions

View File

@ -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")],