From 8e6e5ea903090021e229684d64af7c433b3c0e6d Mon Sep 17 00:00:00 2001 From: Kevin Trocolli Date: Sat, 8 Jun 2024 19:10:24 -0400 Subject: [PATCH] chuni: fix frontend if no chunithm profiles are loaded --- titles/chuni/templates/chuni_index.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/titles/chuni/templates/chuni_index.jinja b/titles/chuni/templates/chuni_index.jinja index 69248e8..1854a89 100644 --- a/titles/chuni/templates/chuni_index.jinja +++ b/titles/chuni/templates/chuni_index.jinja @@ -5,7 +5,7 @@
{% include 'titles/chuni/templates/chuni_header.jinja' %} - {% if profile is defined and profile is not none and profile.id > 0 %} + {% if profile is defined and profile is not none and profile|length > 0 %}