Skip to content

Commit

Permalink
wrapper message in codesy-input div fix #521
Browse files Browse the repository at this point in the history
  • Loading branch information
jdungan committed Oct 15, 2017
1 parent 8a91c85 commit 21c8b15
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions auctions/templates/addon/register_card.html
Expand Up @@ -3,11 +3,14 @@
{% load staticfiles %}

{% block widget_content %}
Thanks for installing the codesy addon. You need to register a credit card to start bidding.

<a class="button success expanded"
href="{% url 'card' %}"
target="_blank">
Save a Credit Card &raquo;</a>

<div id="widget-input">
<p>
Thanks for installing the codesy addon. You need to register a credit card to start bidding.
</p>
<a class="button success expanded"
href="{% url 'card' %}"
target="_blank">
Save a Credit Card &raquo;
</a>
</div>
{% endblock %}

0 comments on commit 21c8b15

Please sign in to comment.