[Python-checkins] r88879 - tracker/instances/python-dev/html/issue.item.html
ezio.melotti
python-checkins at python.org
Tue Aug 9 05:36:42 CEST 2011
Author: ezio.melotti
Date: Tue Aug 9 05:36:42 2011
New Revision: 88879
Log:
#413: Fix the remove button for hgrepos.
Modified:
tracker/instances/python-dev/html/issue.item.html
Modified: tracker/instances/python-dev/html/issue.item.html
==============================================================================
--- tracker/instances/python-dev/html/issue.item.html (original)
+++ tracker/instances/python-dev/html/issue.item.html Tue Aug 9 05:36:42 2011
@@ -281,7 +281,7 @@
<td>
<form style="padding:0" method="post" tal:condition="hgrepo/is_edit_ok"
tal:attributes="action string:issue${context/id}">
- <input type="hidden" name="@remove at files" tal:attributes="value hgrepo/id">
+ <input type="hidden" name="@remove at hgrepos" tal:attributes="value hgrepo/id">
<input type="hidden" name="@action" value="edit">
<input type="submit" value="Remove">
</form>
More information about the Python-checkins
mailing list