mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
content
This commit is contained in:
@@ -224,7 +224,6 @@ def write_for_action():
|
||||
return render_template(
|
||||
"views/guidance/write-for-action.html",
|
||||
navigation_links=guidance_nav(),
|
||||
title="Write For Action",
|
||||
)
|
||||
|
||||
|
||||
@@ -232,9 +231,17 @@ def write_for_action():
|
||||
@user_is_logged_in
|
||||
def multiple_languages():
|
||||
return render_template(
|
||||
"views/guidance/index.html",
|
||||
"views/guidance/multiple-languages.html",
|
||||
navigation_links=guidance_nav(),
|
||||
)
|
||||
|
||||
|
||||
@main.route("/guidance/benchmark-performance")
|
||||
@user_is_logged_in
|
||||
def benchmark_performance():
|
||||
return render_template(
|
||||
"views/guidance/benchmark-performance.html",
|
||||
navigation_links=guidance_nav(),
|
||||
title="Multiple Languages",
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -96,4 +96,8 @@ def guidance_nav():
|
||||
"name": "Multiple languages",
|
||||
"link": "main.multiple_languages",
|
||||
},
|
||||
{
|
||||
"name": "Benchmark Performance",
|
||||
"link": "main.benchmark_performance",
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user