Procházet zdrojové kódy

Fix template variable syntax in dashboard order detail template (#3625)

master
Matthias Brück před 4 roky
rodič
revize
042879534c
Žádný účet není propojen s e-mailovou adresou tvůrce revize

+ 1
- 1
src/oscar/templates/oscar/dashboard/orders/order_detail.html Zobrazit soubor

@@ -258,7 +258,7 @@
258 258
                                     {% for charge in surcharges %}
259 259
                                         <tr>
260 260
                                             <td colspan="8"></td>
261
-                                            <th>{% blocktrans with name=charge.name %}Surcharge (name){% endblocktrans %}</th>
261
+                                            <th>{% blocktrans with name=charge.name %}Surcharge {{ name }}{% endblocktrans %}</th>
262 262
                                             <th class="text-right">{{ charge.excl_tax|currency:order.currency }}</th>
263 263
                                             <th class="text-right">{{ charge.incl_tax|currency:order.currency }}</th>
264 264
                                             <td></td>

Načítá se…
Zrušit
Uložit