Skip to content

Commit

Permalink
little bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
scco committed Mar 2, 2021
1 parent 4ef72d8 commit 714730f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{% csrf_token %}
<h3><span>#</span>Chapter 1 of 3</h3>
<h1>Congratulations, you're smart and survived the first mission.</h1>
<a href="/quadraticlands/mission/receive" class="btn">Next chapter</a>
<a href="/quadraticlands/mission/use" class="btn">Next chapter</a>
</div>

</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h1><span class="aqua">- or -</span><br>delegate to any address</h1>
<!-- button status -->
<div class="right">

<!-- intro - start voting process -->
<!-- continue -->
<div>
<a id="btn_continue" class="btn hide">Continue</a>
</div>
Expand Down Expand Up @@ -251,7 +251,7 @@ <h1><span class="aqua">- or -</span><br>delegate to any address</h1>
console.log(address)

// then forward to this url
// window.location = "/quadraticlands/mission/use/outro";
window.location = "/quadraticlands/mission/use/outro";

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{% csrf_token %}
<h3><span>#</span>Chapter 3 of 3</h3>
<h1>Congratulations, you are real blockchain democrat.</h1>
<a href="/quadraticlands/mission/end" class="btn">Continue</a>
<a href="/quadraticlands/mission/receive" class="btn">Continue</a>
</div>

</section>
Expand Down

0 comments on commit 714730f

Please sign in to comment.