fixup! pricing: manager views to see and edit min pricings (#89605)
gitea/lingo/pipeline/head This commit looks good Details

This commit is contained in:
Lauréline Guérin 2024-04-22 15:38:16 +02:00
parent bac9732c14
commit 688d5157c2
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 1 additions and 3 deletions

View File

@ -83,9 +83,7 @@
<a class="pk-button" rel="popup" href="{% url 'lingo-manager-pricing-pricingoptions-edit' object.pk %}">{% trans "Edit pricing options" %}</a>
</div>
</div>
{% endif %}
{% if object.kind == 'reduction' %}
{% elif object.kind == 'reduction' %}
<div aria-labelledby="tab-min-matrix" hidden="" id="panel-min-matrix" role="tabpanel" tabindex="0">
{% with iter_matrix=object.iter_min_pricing_matrix|list %}
{% for matrix in iter_matrix %}