Skip to content

Commit

Permalink
no more coins
Browse files Browse the repository at this point in the history
only removed button for now. the code is still there. if this change is
permanent we should get rid of all of the code.
  • Loading branch information
bradjc committed May 27, 2016
1 parent 9b66920 commit c91460b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chezbetty/templates/terminal/terminal.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,11 @@
<h5>{{ _('To make a cash deposit, put money in the bill acceptor. It will automatically be added to your account.') }}</h5>
</div>
</div>
<div class="row">
{# <div class="row">
<div class="col-md-12">
<button type="button" id="btn-deposit-coins" class="btn btn-warning btn-lg btn-deposit-action">{{ _('Deposit Coins') }}</button>
</div>
</div>
</div> #}
</div>

<div id="deposit-coins" style="display:none;">
Expand Down

0 comments on commit c91460b

Please sign in to comment.