update a variable

This commit is contained in:
Andreas Zweili 2018-02-21 21:11:07 +01:00
parent 2a0472de68
commit 5f58134420
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{% block section_title %}Cart{% endblock %}
{% block content %}
<h3>List of Items in your Shopping Cart:</h3>
{% if cart_position_list %}
{% if cart_position_list_zip %}
<table class="table">
<tr class="table_header">
<th scope="col">POS.</th>