From 9db2bcabad9d6ec78ebf55a8a43d41f8340d8f71 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 25 Aug 2012 11:30:55 +1200 Subject: Auto-generate download links. --- libpathod/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpathod/app.py') 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') -- cgit v1.2.3