Merge pull request #159 from ZeusWPI/order-items-view
Make it easier to distinguish orders from
This commit is contained in:
commit
4c227c9a85
2 changed files with 3 additions and 3 deletions
|
@ -106,7 +106,7 @@
|
|||
{% if value["extras"] -%}
|
||||
<div class="extras">
|
||||
{% for extra in value["extras"] -%}
|
||||
<div>{{ extra }}</div>
|
||||
<div>- {{ extra }}</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{%- endif %}
|
||||
|
|
|
@ -29,7 +29,7 @@ Haldis - Order {{ order.id }}
|
|||
{% if value["extras"] -%}
|
||||
<div class="extras">
|
||||
{% for extra in value["extras"] -%}
|
||||
<div>{{ extra }}</div>
|
||||
<div>- {{ extra }}</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{%- endif %}
|
||||
|
@ -39,4 +39,4 @@ Haldis - Order {{ order.id }}
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{%- endblock %}
|
||||
{%- endblock %}
|
||||
|
|
Loading…
Reference in a new issue