chore: blacked
This commit is contained in:
@@ -265,12 +265,12 @@
|
||||
<div class="p-4">
|
||||
<input type="radio" id="shipping_method_{{ shipping_method.pk }}" name="shipping_method"
|
||||
value="{{ shipping_method.pk }}" {% if forloop.first %}checked{% endif %}>
|
||||
<label for="shipping_method_{{ shipping_method.pk }}">
|
||||
<label for="shipping_method_{{ shipping_method.pk }}" class="text-gray-900 dark:text-white">
|
||||
{{ shipping_method.name }} - {{ shipping_method.shipping_product.price.price_with_tax }}€
|
||||
</label>
|
||||
{% if not forloop.last %}
|
||||
</div>
|
||||
<hr/>
|
||||
<hr class="h-px mx-4 bg-gray-200 border-0 dark:bg-gray-700"/>
|
||||
{% endif %}
|
||||
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user