mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-07-21 17:25:55 +02:00
Instructions page
This commit is contained in:
parent
aa2ab928cf
commit
79f522f0e4
1 changed files with 8 additions and 1 deletions
|
@ -139,3 +139,10 @@ def products():
|
||||||
count_products_office=countProductsOffice
|
count_products_office=countProductsOffice
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@app.route('/instructions')
|
||||||
|
def instructions():
|
||||||
|
_increase_serve_count()
|
||||||
|
return render_template(
|
||||||
|
'instructions.html',
|
||||||
|
path='/instructions/'
|
||||||
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue