summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRichard Jones <richard@mechanicalcat.net>2013-03-19 15:19:20 -0700
committerRichard Jones <richard@mechanicalcat.net>2013-03-19 15:19:20 -0700
commitfb3d603047675bd3f3aa30076c34c8208b0788c4 (patch)
treea30c7d06559c210af3283571b7a30847f5a69538 /templates
parent4a2c2bc0498ebc78720789139734e103b1d4c4be (diff)
downloaddecorator-fb3d603047675bd3f3aa30076c34c8208b0788c4.tar.gz
info
Diffstat (limited to 'templates')
-rw-r--r--templates/urls.pt4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/urls.pt b/templates/urls.pt
index 08c12de..67ef5d8 100644
--- a/templates/urls.pt
+++ b/templates/urls.pt
@@ -55,9 +55,9 @@
<tr tal:repeat="url python:app.store.list_description_urls(data['name'])"
tal:attributes="class repeat/url/parity">
- <td><input type="checkbox" name="url-ids" tal:attributes="value id" /></td>
+ <td><input type="checkbox" name="url-ids" tal:attributes="value url/id" /></td>
<td tal:content="url/version" />
- <td><a tal:attributes="href string:${url}" tal:content="url" /></td>
+ <td><a tal:attributes="href url/url" tal:content="url/url" /></td>
</tr>
<tr>