support: Set discounted price instead percentage for customers.

This allows us to set the price of a plan exactly as discussed with
the customer.
This commit is contained in:
Aman Agrawal
2024-05-06 04:12:15 +00:00
committed by Tim Abbott
parent ed5e0fa141
commit 7203661d99
26 changed files with 722 additions and 287 deletions

View File

@@ -732,6 +732,9 @@ html_rules: List["Rule"] = [
{
"pattern": r"(?i:data-tippy-allowHTML)",
"description": "Never use data-tippy-allowHTML; for an HTML tooltip, set data-tooltip-template-id to the id of a <template> containing the tooltip content.",
"exclude": {
"templates/corporate/support/sponsorship_discount_forms.html",
},
},
]