mirror of
https://github.com/pretix/pretix.git
synced 2026-05-21 17:54:08 +00:00
fix code style
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<dt>{{ customer.name }}</dt>
|
<dt>{{ customer.name }}</dt>
|
||||||
<dd>{{ customer.email }}</dd>
|
<dd>{{ customer.email }}</dd>
|
||||||
{% if customer.phone %}
|
{% if customer.phone %}
|
||||||
<dd><spani class="fa fa-phone" aria-hidden="true"></span> {{ customer.phone }}</dd>
|
<dd>{% icon "phone" %} {{ customer.phone }}</dd>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<dd>
|
<dd>
|
||||||
<ul class="list-inline">
|
<ul class="list-inline">
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<dt class="sr-only">{% trans "Order" %}</dt>
|
<dt class="sr-only">{% trans "Order" %}</dt>
|
||||||
<dd><strong>
|
<dd><strong>
|
||||||
<a href="{% abseventurl o.event "presale:event.order" order=o.code secret=o.secret %}" target="_blank">
|
<a href="{% abseventurl o.event "presale:event.order" order=o.code secret=o.secret %}" target="_blank">
|
||||||
<i class="fa fa-shopping-cart" aria-hidden="true"></i>
|
{% icon "shopping-cart" %}
|
||||||
{{ o.code }}</a>
|
{{ o.code }}</a>
|
||||||
</strong>
|
</strong>
|
||||||
{% if o.customer_id != customer.pk %}
|
{% if o.customer_id != customer.pk %}
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
<dd class="text-right">
|
<dd class="text-right">
|
||||||
<a href="{% abseventurl o.event "presale:event.order" order=o.code secret=o.secret %}"
|
<a href="{% abseventurl o.event "presale:event.order" order=o.code secret=o.secret %}"
|
||||||
target="_blank">
|
target="_blank">
|
||||||
<span class="fa fa-list-ul" aria-hidden="true"></span>
|
{% icon "list-ul" %}
|
||||||
{% trans "Details" %}
|
{% trans "Details" %}
|
||||||
</a></dd>
|
</a></dd>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
<p class="blank-after">
|
<p class="blank-after">
|
||||||
<a href="{% abseventurl request.organizer "presale:organizer.customer.profile.delete" id=ap.id %}"
|
<a href="{% abseventurl request.organizer "presale:organizer.customer.profile.delete" id=ap.id %}"
|
||||||
class="btn btn-danger btn-sm">
|
class="btn btn-danger btn-sm">
|
||||||
{% icon "trash" %}
|
{% icon "trash" %}
|
||||||
{% trans "Delete" %}
|
{% trans "Delete" %}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user