- Show markdown when signing a document
- Introduce consent history - Centralise consent and content services and config
This commit is contained in:
@@ -119,6 +119,9 @@ def view_content(content_type):
|
||||
|
||||
Args:
|
||||
content_type (str): Type content (eg. 'changelog', 'terms', 'dpa')
|
||||
Request Args:
|
||||
version (str): Major.Minor version of the content to display
|
||||
patch (str): Patch version of the content to display
|
||||
"""
|
||||
try:
|
||||
major_minor = request.args.get('version')
|
||||
|
||||
Reference in New Issue
Block a user