diff options
author | Magnus Hagander | 2025-05-27 12:35:14 +0000 |
---|---|---|
committer | Magnus Hagander | 2025-05-27 12:39:42 +0000 |
commit | 73ed79c6853969d7ea223313057f183a2bc9c984 (patch) | |
tree | 85eba15cdd5dc5f9beb073725502c823575a51a2 | |
parent | d6250687da42786374caa956c9ef158ed313d630 (diff) |
Fix incorrect remaining mentions of "instant buy" levels
-rw-r--r-- | template/confsponsor/admin_dashboard.html | 2 | ||||
-rw-r--r-- | template/confsponsor/admin_sponsor.html | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/template/confsponsor/admin_dashboard.html b/template/confsponsor/admin_dashboard.html index 9c243094..32e47a60 100644 --- a/template/confsponsor/admin_dashboard.html +++ b/template/confsponsor/admin_dashboard.html @@ -87,7 +87,7 @@ sponsor manually, you may want to confirm them manually as well... <span class="label label-success">Invoiced</span> {%endif%} {%elif s.level.contractlevel < 2 %} - <span class="label label-warning" title="Sponsor details for instant buy levels have to be verified before invoice is issued">Pending organizer verification</span> + <span class="label label-warning" title="Sponsor details for {%if s.level.contractlevel == 1 %}click-through{%else%}no{%endif%} contract levels have to be verified before invoice is issued">Pending organizer verification</span> {%else%} {%if s.signmethod == 0 and s.contract %} {%if s.contract.completed %}{# this state can only be reached when automatic contract processing is disabled, but in this case it indicates it's time to confirm #} diff --git a/template/confsponsor/admin_sponsor.html b/template/confsponsor/admin_sponsor.html index caaa7b59..99b3caf7 100644 --- a/template/confsponsor/admin_sponsor.html +++ b/template/confsponsor/admin_sponsor.html @@ -163,8 +163,9 @@ for this sponsor, it can be confirmed before the invoice is paid. {%if sponsor.level.levelcost %} {%if sponsor.level.contractlevel < 2%} <p> - This sponsorship has not yet been issued an invoice. This is an - "instant buy" level sponsorship, so as soon as the sponsorship + This sponsorship has not yet been issued an invoice. This is a +{%if sponsor.level.contractlevel == 1 %}click-through{%else%}no{%endif%} + contract level sponsorship, so as soon as the sponsorship details above have been verified, an invoice should be generated. </p> <p> |