From ae4d757b3a9eeb14e62cb4d64656fb8668d55c21 Mon Sep 17 00:00:00 2001 From: Fox Wilson Date: Sun, 8 Nov 2015 02:09:06 -0500 Subject: [PATCH] prettier challenges template --- templates/challenges.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/challenges.html b/templates/challenges.html index 2253027..1f25dbb 100644 --- a/templates/challenges.html +++ b/templates/challenges.html @@ -29,8 +29,9 @@ function toggle() { {% for challenge in challenges %}
  • - {% if challenge in solved %}check{% endif %}{{ challenge.name }} - {% if challenge in solved %}Solved{% else %}Unsolved{% endif %}: {{ challenge.points }}pt. {{ challenge.category }} + {{ challenge.name }} + {% if challenge in solved %}check_circle{% endif %} + {{ challenge.category }} {{ challenge.points }}pt

    {{ challenge.description }}