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):