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

{{ status.0.name }}

-

Points: {{ status.0.points }}

-
-
- {% if status.0.exclusive %} -

This challenge's points are only available to the first class to complete it.

-

{{ status.0.short_description }}

- {% elif status.1 == 'locked' %} -

This challenge was exclusive and has already been completed by another class.

- {% elif status.1 == 'completed' %} -

Solved!

- {% else %} -

{{ status.0.short_description }}

- {% endif %} -
- {% if status.1 == 'available' %} -
- - +
{% else %}