forked from CGM_Public/pretix_original
Fix issues from 1c8468c21
This commit is contained in:
@@ -98,7 +98,13 @@
|
|||||||
<td>
|
<td>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" name="refund-new-giftcard"
|
<input type="text" name="refund-new-giftcard"
|
||||||
title="" class="form-control" placeholder="{{ giftcard_proposal|floatformat:2 }}">
|
title="" class="form-control"
|
||||||
|
{% if giftcard_proposal %}
|
||||||
|
value="{{ giftcard_proposal|floatformat:2 }}"
|
||||||
|
{% else %}
|
||||||
|
placeholder="{{ giftcard_proposal|floatformat:2 }}"
|
||||||
|
{% endif %}
|
||||||
|
>
|
||||||
<span class="input-group-addon">
|
<span class="input-group-addon">
|
||||||
{{ request.event.currency }}
|
{{ request.event.currency }}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user