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 @@
Points: {{ status.0.points }}
-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' %} -{{ status.0.short_description }}
+ +Points: {{ status.0.points }}
+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' %} +{{ status.0.short_description }}
+ {% endif %} +