mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Split Help page into Trial Mode and Pricing pages
- Add routes - Add footer links - Make heading size consistent on Cookies page
This commit is contained in:
@@ -23,9 +23,14 @@ def cookies():
|
||||
return render_template('views/cookies.html')
|
||||
|
||||
|
||||
@main.route('/help')
|
||||
def help():
|
||||
return render_template('views/help.html')
|
||||
@main.route('/trial-mode')
|
||||
def trial_mode():
|
||||
return render_template('views/trial-mode.html')
|
||||
|
||||
|
||||
@main.route('/pricing')
|
||||
def pricing():
|
||||
return render_template('views/pricing.html')
|
||||
|
||||
|
||||
@main.route('/terms')
|
||||
|
||||
Reference in New Issue
Block a user