From 1baf50aabc13b3626186a1e549727544f191e3b3 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Thu, 26 Sep 2024 12:35:50 +0700 Subject: [PATCH] Add dashboard template on handler --- app/handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/handler.py b/app/handler.py index 1ad1d5a..cc6cf6f 100644 --- a/app/handler.py +++ b/app/handler.py @@ -11,6 +11,7 @@ import json from config import directory import templates.plain.main as template_public +import templates.prime.main as template_dashboard import templates.postcard.main as template_email import modules.public.home as public_home