Skip to content

Commit

Permalink
fix templated loading
Browse files Browse the repository at this point in the history
  • Loading branch information
octavioamu committed Aug 8, 2019
1 parent fefdd55 commit 31488cb
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions app/kudos/templates/transaction/receive_bulk.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,7 @@
<script src="{% static "v2/js/pages/kudos_bulk_receive.js" %}"></script>
<script src="{% static "onepager/js/confetti.js" %}"></script>

{% endblock %}
<!-- Main -->
{% block 'world' %}
<div>
<canvas id="world" style="position:fixed; top:0px; left: 0px;"></canvas>
</div>
{% endblock %}
{% block 'main' %}
<section id="main" class="box-transaction">
<header class="text-center">
<div id="receove_eth_done" class="text-center" {% if not kudos_transfer.receive_txid %} style="display:none;" {%endif%}>
Expand Down Expand Up @@ -160,7 +153,6 @@ <h3 class="text-center" style="margin: 0px auto;">πŸ‘‡ Redeem It Here πŸ‘‡</h3>
<script src="{% static 'v2/js/lib/tweenlite.js' %}"></script>
<link rel="stylesheet" href="{% static "v2/css/jquery-ui.css" %}" />
<link rel="stylesheet" href="{% static "v2/css/kudos/styles.css" %}" />
<script src="{% static "v2/js/lib/popper.min.js" %}"></script>
<script src="{% static "v2/js/pages/kudos_details.js" %}"></script>
<script>
document.network = '{{coupon.token.contract.network}}';
Expand All @@ -173,3 +165,8 @@ <h3 class="text-center" style="margin: 0px auto;">πŸ‘‡ Redeem It Here πŸ‘‡</h3>
})
</script>
{% endblock %}
{% block 'world' %}
<div>
<canvas id="world" style="position:fixed; top:0px; left: 0px;"></canvas>
</div>
{% endblock %}

0 comments on commit 31488cb

Please sign in to comment.