diff options
Diffstat (limited to 'hosted')
-rw-r--r-- | hosted/challenges.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosted/challenges.html b/hosted/challenges.html index e899048..6267ab7 100644 --- a/hosted/challenges.html +++ b/hosted/challenges.html @@ -38,6 +38,9 @@ <span class="badge badge-light"> {{ category }} </span> + <span class="badge {{#if foundFlag}}badge-success{{else}}badge-secondary{{/if}}"> + {{ points }} Points + </span> </div> <div class="card-body"> <p> |