mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-19 22:13:48 -04:00
Add Design patterns and content guidance
This commit is contained in:
committed by
Chris Hill-Scott
parent
db30e7aea1
commit
e4c2fba33d
@@ -40,6 +40,11 @@ def delivery_and_failure():
|
||||
return render_template('views/delivery-and-failure.html')
|
||||
|
||||
|
||||
@main.route('/design-patterns-content-guidance')
|
||||
def design_content():
|
||||
return render_template('views/design-patterns-content-guidance.html')
|
||||
|
||||
|
||||
@main.route('/information-security')
|
||||
def information_security():
|
||||
return render_template('views/information-security.html')
|
||||
|
||||
Reference in New Issue
Block a user