mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
change style of discount notice
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
<section aria-labelledby="{{ form_prefix }}category-{{ category.id }}"{% if category.description %} aria-describedby="{{ form_prefix }}category-info-{{ category.id }}"{% endif %}>
|
<section aria-labelledby="{{ form_prefix }}category-{{ category.id }}"{% if category.description %} aria-describedby="{{ form_prefix }}category-info-{{ category.id }}"{% endif %}>
|
||||||
<h3 id="{{ form_prefix }}category-{{ category.id }}">{{ category.name }}
|
<h3 id="{{ form_prefix }}category-{{ category.id }}">{{ category.name }}
|
||||||
{% if is_cross_selling and category.cross_selling_condition == 'discounts' %}
|
{% if is_cross_selling and category.cross_selling_condition == 'discounts' %}
|
||||||
<small><span class="label label-success"><i class="fa fa-star"></i> {% trans "Your order qualifies for a discount" %}</span></small>
|
<small class="text-success"><i class="fa fa-star"></i> {% trans "Your order qualifies for a discount" %}</small>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</h3>
|
</h3>
|
||||||
{% if category.description %}
|
{% if category.description %}
|
||||||
|
|||||||
Reference in New Issue
Block a user