Skip to content

Commit

Permalink
round 5 quests
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed May 1, 2020
1 parent 6cacb61 commit ec09108
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
20 changes: 5 additions & 15 deletions app/quests/templates/quests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,22 +138,12 @@ <h2 style="margin-top: -50px; font-size: 20px;">
<h1 id=leaderboard style="margin-top: 100px;">Leaderboard</h1>
<div id="announce">
<img class="mr-1" data-src="{% static "v2/images/quests/enemies/samurai.svg" %}">
<h4><strong>Round 3 Challenge ended on 1/30!</strong></h4>
<p class="mb-0">Congratulations to</p>
<ol style='display: inline-block; margin: 0px auto;'>
{% for rw in latest_round_winners %}
<li>
<a href="/profile/@{{rw}}">
@{{rw}}
</a>
</li>
{% endfor %}
</ol>
<p>
They have <strong>a $60 prize</strong> and a <i>very special Kudos</i>.
<h4><strong>Round 4 Challenge ended on 4/30!</strong></h4>
<p class="mb-0">
We are still analyzing the results and will be announcing them in early May.
</p>
<h5 class="mt-1 pt-0"><strong>Round 4 Challenge is now Live!</strong></h5>
<p class="mb-3">Whomever is in the top 3 of the <a href="#leaderboard">leaderboard</a> at end of day on 4/30/2020 will <strong>win a special 60 DAI prize</strong> and a <i>very special Kudos</i>.
<h5 class="mt-1 pt-0"><strong>Round 5 Challenge is now Live!</strong></h5>
<p class="mb-3">Whomever is in the top 3 of the <a href="#leaderboard">leaderboard</a> at end of day on 7/30/2020 will <strong>win a special 60 DAI prize</strong> and a <i>very special Kudos</i>.
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion app/quests/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

logger = logging.getLogger(__name__)

current_round_number = 4
current_round_number = 5


def next_quest(request):
Expand Down

0 comments on commit ec09108

Please sign in to comment.