Add left-hand navigation to pricing pages

So that you don’t have to use the footer navigation to switch between
these related pages. Matches the template we use for organising
features-related content.
This commit is contained in:
Chris Hill-Scott
2019-06-04 10:48:23 +01:00
parent 8f6089c62f
commit 77469e0710
4 changed files with 25 additions and 2 deletions

View File

@@ -39,3 +39,16 @@ def features_nav():
"link": "main.terms",
},
]
def pricing_nav():
return [
{
"name": "Pricing",
"link": "main.pricing",
},
{
"name": "How to pay",
"link": "main.how_to_pay",
},
]