aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/app.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-08-25 11:30:55 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-08-25 11:30:55 +1200
commit9db2bcabad9d6ec78ebf55a8a43d41f8340d8f71 (patch)
tree8430f5c7cff93a187b357a90fdfa47a81d8fd71b /libpathod/app.py
parentd36cf6311214d2143b5e522042ac53033840b808 (diff)
downloadmitmproxy-9db2bcabad9d6ec78ebf55a8a43d41f8340d8f71.tar.gz
mitmproxy-9db2bcabad9d6ec78ebf55a8a43d41f8340d8f71.tar.bz2
mitmproxy-9db2bcabad9d6ec78ebf55a8a43d41f8340d8f71.zip
Auto-generate download links.
Diffstat (limited to 'libpathod/app.py')
-rw-r--r--libpathod/app.py2
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')