summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRichard Jones <richard@mechanicalcat.net>2013-03-20 14:22:10 -0700
committerRichard Jones <richard@mechanicalcat.net>2013-03-20 14:22:10 -0700
commit4e1b7e2c168ee53081c77c9698140fc743123e5d (patch)
tree96c9c0198444e10da74fea027865d6ade332e389 /templates
parent547d760dce6e0e3cddc47691fe33c7c6e8b08906 (diff)
downloaddecorator-4e1b7e2c168ee53081c77c9698140fc743123e5d.tar.gz
fix & attempt to stop uwsgi falling about laughing
Diffstat (limited to 'templates')
-rw-r--r--templates/urls.pt1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/urls.pt b/templates/urls.pt
index a52da83..f619a1b 100644
--- a/templates/urls.pt
+++ b/templates/urls.pt
@@ -17,6 +17,7 @@
<form tal:attributes="action app/url_path" method="POST" enctype="multipart/form-data">
<input type="hidden" name=":action" value="urls" />
<input type="hidden" name="name" tal:attributes="value data/name" />
+ <input type="hidden" name="version" tal:attributes="value data/version" />
<input tal:condition="python: data['hosting_mode'] != 'pypi-explicit'"
type="radio" name="hosting_mode" id="pypi-explicit" value="pypi-explicit" />