update 3 for the fee
This commit is contained in:
parent
04660926d3
commit
0106833e47
@ -109,8 +109,8 @@
|
|||||||
const planSelect = document.querySelector('select[name="subscription_plan"]');
|
const planSelect = document.querySelector('select[name="subscription_plan"]');
|
||||||
const fees = {{ fees_json|safe }};
|
const fees = {{ fees_json|safe }};
|
||||||
|
|
||||||
const monthlyLabel = "{% trans 'Monthly' %}";
|
const monthlyLabel = "{% trans 'Monthly Plan' %}";
|
||||||
const annualLabel = "{% trans 'Annual' %}";
|
const annualLabel = "{% trans 'Annual Plan' %}";
|
||||||
|
|
||||||
function updateFees() {
|
function updateFees() {
|
||||||
const role = roleSelect.value;
|
const role = roleSelect.value;
|
||||||
|
|||||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user