Merge pull request #159 from ZeusWPI/order-items-view

Make it easier to distinguish orders from
This commit is contained in:
Jan-Pieter Baert 2019-10-31 11:17:58 +01:00 committed by GitHub
commit 4c227c9a85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -106,7 +106,7 @@
{% if value["extras"] -%}
<div class="extras">
{% for extra in value["extras"] -%}
<div>{{ extra }}</div>
<div>- {{ extra }}</div>
{% endfor %}
</div>
{%- endif %}

View file

@ -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 %}