Commit e1473bec authored by Petr Babic's avatar Petr Babic
Browse files

change templated fields to italics in track_order

parent 8206ba04
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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>