Skip to content

Commit

Permalink
fix::latex support check
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed May 25, 2024
1 parent dd00f2c commit 9af8912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion forum/forum/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from django.apps import AppConfig
from django.core.checks import Warning, register

from wiwik_lib.templatetags.wiwik_template_tags import check_latex_config

logger = logging.getLogger(__package__)

Expand Down Expand Up @@ -40,4 +39,6 @@ class ForumConfig(AppConfig):
name = "forum"

def ready(self):
from wiwik_lib.templatetags.wiwik_template_tags import check_latex_config

check_latex_config()

0 comments on commit 9af8912

Please sign in to comment.