From ec09108b1d475393b84d7012a5b5f06c50379e59 Mon Sep 17 00:00:00 2001 From: owocki Date: Fri, 1 May 2020 08:53:04 -0600 Subject: [PATCH] round 5 quests --- app/quests/templates/quests/index.html | 20 +++++--------------- app/quests/views.py | 2 +- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/app/quests/templates/quests/index.html b/app/quests/templates/quests/index.html index 34e16622a1f..7eb0fe7d966 100644 --- a/app/quests/templates/quests/index.html +++ b/app/quests/templates/quests/index.html @@ -138,22 +138,12 @@

Leaderboard

-

Round 3 Challenge ended on 1/30!

-

Congratulations to

-
    - {% for rw in latest_round_winners %} -
  1. - - @{{rw}} - -
  2. - {% endfor %} -
-

- They have a $60 prize and a very special Kudos. +

Round 4 Challenge ended on 4/30!

+

+ We are still analyzing the results and will be announcing them in early May.

-
Round 4 Challenge is now Live!
-

Whomever is in the top 3 of the leaderboard at end of day on 4/30/2020 will win a special 60 DAI prize and a very special Kudos. +

Round 5 Challenge is now Live!
+

Whomever is in the top 3 of the leaderboard at end of day on 7/30/2020 will win a special 60 DAI prize and a very special Kudos.

diff --git a/app/quests/views.py b/app/quests/views.py index 2ecead39224..06d1c8e26bd 100644 --- a/app/quests/views.py +++ b/app/quests/views.py @@ -29,7 +29,7 @@ logger = logging.getLogger(__name__) -current_round_number = 4 +current_round_number = 5 def next_quest(request):