From d032b2d49380d32b9d2c6479da3742773fe6a914 Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya Date: Wed, 22 Sep 2021 07:47:46 -0400 Subject: [PATCH] fix: href issue for challenges --- hunt/templates/main/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hunt/templates/main/index.html b/hunt/templates/main/index.html index c3613ec..04883d8 100644 --- a/hunt/templates/main/index.html +++ b/hunt/templates/main/index.html @@ -44,7 +44,7 @@
{% for challenge, status in challenges.items %} {% if status.0.unblocked %} - +

{{ status.0.name }}

@@ -87,4 +87,4 @@
{% endfor %}
-{% endblock %} \ No newline at end of file +{% endblock %}