template: Index cleanup

v2
informatic 2017-04-21 17:39:56 +02:00
parent 1c16ee9d74
commit ca53984dbb
1 changed files with 7 additions and 1 deletions

View File

@ -21,6 +21,7 @@
</div>
<div class="well">
<p class="text-muted">Use the keypad to select a product.</p>
{% if current_transaction %}
<a href="{{ url_for('.cancel') }}" class="btn btn-danger btn-block btn-lg">Cancel transaction
{% if current_transaction.user != current_user %}
@ -101,8 +102,13 @@
<hr>
{% endif %}
<h3 class="page-header">
Bitcoin payments
<small>Send suggested transaction and use the keypad to select a product</small>
</h3>
<div class="alert alert-info">
This is just a test deployment of Warsaw Hackerspace Vending Machine Bitcoin Payments System™.<br />
This is just a test deployment of Warsaw Hackerspace Vending Machine Bitcoin Payments System™.
<b>Please report any issues to <a href="mailto:informatic@hackerspace.pl" class="alert-link">informatic@hackerspace.pl</a>.</b>
</div>