removed feature flag content

This commit is contained in:
Beverly Nguyen
2024-10-28 13:43:53 -07:00
parent a601906ef5
commit 7ed04c82d6
2 changed files with 11 additions and 2 deletions

View File

@@ -276,6 +276,7 @@ def guidance_index():
return render_template(
"views/guidance/index.html",
navigation_links=using_notify_nav(),
feature_best_practices_enabled=feature_best_practices_enabled
)