Make pricing page consistent in talking about MoU

We shouldn’t tell people on one page (the terms page) that we know about
their organisations agreement and then on the pricing page tell them to
contact us to find out what we know about the agreement.

So this commit adds the same logic from the terms page to the pricing
page, with wording that makes sense in the pricing context.
This commit is contained in:
Chris Hill-Scott
2018-03-16 11:03:30 +00:00
parent b2c199e609
commit c2bc7eca2c
3 changed files with 34 additions and 8 deletions

View File

@@ -52,6 +52,7 @@ def pricing():
for cc, country in INTERNATIONAL_BILLING_RATES.items()
], key=lambda x: x[0]),
search_form=SearchTemplatesForm(),
agreement_info=AgreementInfo.from_current_user(),
)