[Python-checkins] r75994 - tracker/instances/python-dev/html/issue.item.html

martin.v.loewis python-checkins at python.org
Sat Oct 31 16:10:15 CET 2009


Author: martin.v.loewis
Date: Sat Oct 31 16:10:15 2009
New Revision: 75994

Log:
Add keywords classhelp.


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	Sat Oct 31 16:10:15 2009
@@ -144,7 +144,7 @@
    <span tal:replace="structure python:db.priority.classhelp('id,name,description',label='Priority')" />:
  </th>
  <td tal:content="structure context/priority/menu">priority</td>
- <th i18n:translate="">Keywords:</th>
+ <th tal:content="structure python:db.keyword.classhelp('id,name,description',label='Keywords')" />
  <td tal:content="structure python:context['keywords'].menu(height=5)">keywords</td>
 
 


More information about the Python-checkins mailing list