diff --git a/hunt/templates/main/index.html b/hunt/templates/main/index.html index 0f148fc..ae03b70 100644 --- a/hunt/templates/main/index.html +++ b/hunt/templates/main/index.html @@ -44,29 +44,30 @@
{% for challenge, status in challenges.items %} {% if status.0.unblocked %} -
-
-

{{ status.0.name }}

-

Points: {{ status.0.points }}

-
- {% else %}