Skip to content

Commit

Permalink
fix footer_script double
Browse files Browse the repository at this point in the history
  • Loading branch information
octavioamu committed Aug 8, 2019
1 parent dd297a1 commit fefdd55
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/kudos/templates/transaction/receive_bulk.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ <h1 class="h2 mt-5">
<img src="{% static coupon.token.image %}" style="width: 100%;" alt="{{ coupon.token.name }}" >
</div>


<br>
<span id="kudosComment" class="d-block">
<h3><a style='color:black; text-decoration: underline;' href="{{coupon.token.url}}"><span id="kudosName" data-kudosname="{{ coupon.token.name }}" >{{ coupon.token.humanized_name }} </span>{% trans "Kudos" %}</a></h3>
{% if coupon.comments_to_put_in_kudos_transfer %}
with an attached message, just for you:
<p style="
with an attached message, just for you:
<p style="
width: 80%;
height: 100px;
background-color: #D0DEEB;
Expand Down Expand Up @@ -160,7 +160,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" %}" />
{% include 'shared/footer_scripts.html' with slim=1 %}
<script src="{% static "v2/js/lib/popper.min.js" %}"></script>
<script src="{% static "v2/js/pages/kudos_details.js" %}"></script>
<script>
Expand Down

0 comments on commit fefdd55

Please sign in to comment.