Add a trademark disclaimer for the Docker trademark. Make all references to Docker proper nouns.
This commit is contained in:
parent
64fe16249d
commit
4c21273cf4
4 changed files with 35 additions and 5 deletions
|
@ -115,6 +115,11 @@ def tos():
|
|||
return render_template('tos.html')
|
||||
|
||||
|
||||
@app.route('/disclaimer', methods=['GET'])
|
||||
def disclaimer():
|
||||
return render_template('disclaimer.html')
|
||||
|
||||
|
||||
@app.route('/privacy', methods=['GET'])
|
||||
def privacy():
|
||||
return render_template('privacy.html')
|
||||
|
|
Reference in a new issue