link from value in table

0 views
Skip to first unread message

luca72

unread,
Sep 9, 2009, 11:23:32 AM9/9/09
to Django Apps
hello i need to link to a view function from a table value:
I have this
{% for row in table.rows %}
<tr>
{% for value in row %}

------here i need to link to one funcione of my view but i need also
to pass the id value, how can i get the id value?
<td><a href="/scarico?id=id">{{value}}<td>
{% endfor %}
</tr>

Thanks

Luca
Reply all
Reply to author
Forward
0 new messages