forked from CGM_Public/pretix_original
committed by
Raphael Michel
parent
6e4750336b
commit
a2acd336eb
@@ -87,8 +87,10 @@
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<dl class="dl-horizontal">
|
||||
<dt>{% trans "Company" %}</dt>
|
||||
<dd>{{ addr.company }}</dd>
|
||||
{% if addr.company %}
|
||||
<dt>{% trans "Company" %}</dt>
|
||||
<dd>{{ addr.company }}</dd>
|
||||
{% endif %}
|
||||
<dt>{% trans "Name" %}</dt>
|
||||
<dd>{{ addr.name }}</dd>
|
||||
<dt>{% trans "Address" %}</dt>
|
||||
|
||||
Reference in New Issue
Block a user