forked from Dniel97/artemis
chuni: fix frontend if no chunithm profiles are loaded
This commit is contained in:
parent
f94d22ab0d
commit
8e6e5ea903
@ -5,7 +5,7 @@
|
||||
</style>
|
||||
<div class="container">
|
||||
{% 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 %}
|
||||
<div class="row">
|
||||
<div class="col-lg-8 m-auto mt-3">
|
||||
<div class="card bg-card rounded">
|
||||
|
Loading…
Reference in New Issue
Block a user