mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
@@ -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",
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user