Loading templates/track_order.html +3 −3 Original line number Diff line number Diff line Loading @@ -34,9 +34,9 @@ </div> <div class="menu-item" style="margin-top: 10px"> <p> Total price: {{ total_price }}<br> Time created: {{ time_created }}<br> Status: {{ status }}<br> Total price: <i>{{ total_price }} CZK</i><br> Time created: <i>{{ time_created }}</i><br> Status: <i>{{ status }}</i><br> </p> </div> </div> Loading Loading
templates/track_order.html +3 −3 Original line number Diff line number Diff line Loading @@ -34,9 +34,9 @@ </div> <div class="menu-item" style="margin-top: 10px"> <p> Total price: {{ total_price }}<br> Time created: {{ time_created }}<br> Status: {{ status }}<br> Total price: <i>{{ total_price }} CZK</i><br> Time created: <i>{{ time_created }}</i><br> Status: <i>{{ status }}</i><br> </p> </div> </div> Loading