diff options
Diffstat (limited to 'libpathod/app.py')
-rw-r--r-- | libpathod/app.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/app.py b/libpathod/app.py index c7d0e7b2..3e851477 100644 --- a/libpathod/app.py +++ b/libpathod/app.py @@ -45,7 +45,7 @@ def index(): @app.route('/download') @app.route('/download.html') def download(): - return render("download.html", True, section="download") + return render("download.html", True, section="download", version=version.VERSION) @app.route('/about') |