Skip to content

Commit

Permalink
remove the box
Browse files Browse the repository at this point in the history
  • Loading branch information
meanderfox committed Sep 6, 2024
1 parent fd7c35a commit dcaa607
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions registration/templates/registration/dealer/dealer-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,6 @@
{% block content %}


<div class="modal fade" id="buttonModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
aria-hidden="true">&times;</span>
</button>
<h4 class="modal-title" id="myModalLabel">Buttons for a Cause</h4>
</div>
<div class="modal-body">
<p>As an effort to further support our selected charity, we are asking Marketplace and Artist Alley
participants to provide incentives for those who donate. For a donation of $5 or more, the donor
will receive a free button. We humbly ask as a community, that we come together and help support the
cause.</p>
<p>Suggestions for incentives: a percentage or amount off of a purchase or a gift to attendees
possessing the button. If you are interested, please let us know what incentive you would like to
offer, and we will list your business and incentive on the {{ event.name }} website along with signs at
the charity donation table.</p>
</div>
</div>
</div>
</div>
<div class="modal fade" id="ageModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
Expand Down Expand Up @@ -120,17 +98,6 @@ <h2>Business Information</h2>
<div class="col-sm-offset-3 help-block with-errors" style=" padding-left:15px;"></div>
</div>

<div class="form-group">
<label for="buttonOffer" class="col-sm-3 control-label">My offer for "Buttons for a Cause"</label>
<div class="col-sm-9">
<textarea id="buttonOffer" name="buttonOffer"
class="form-control form-control-textarea" maxlength="200"> </textarea>
</div>
<div class="col-sm-9 col-sm-offset-3 small">
<button class="btn btn-link btn-sm" data-toggle="modal" data-target="#buttonModal">What's this?
</button>
</div>
</div>
<div class="form-group">
<label for="charityRaffle" class="col-sm-3 control-label">I have these items to donate to the Charity
Raffle</label>
Expand Down

0 comments on commit dcaa607

Please sign in to comment.