mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-12-06 07:42:00 +01:00
Instructions page
This commit is contained in:
parent
aa2ab928cf
commit
79f522f0e4
|
|
@ -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…
Reference in a new issue