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

stefan.seefeld python-checkins at python.org
Thu Dec 7 13:35:00 CET 2006


Author: stefan.seefeld
Date: Thu Dec  7 13:35:00 2006
New Revision: 52953

Modified:
   tracker/instances/python-dev/html/issue.item.html
Log:
Fix missing required title.

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	Thu Dec  7 13:35:00 2006
@@ -46,7 +46,7 @@
      tal:content="structure python:context.title.field(size=60)">title</td>
  <td colspan="3" tal:condition="not:context/title/is_edit_ok">
   <span tal:content="structure context/title/plain"/>
-<!--  <input type="hidden" name="title" tal:attributes="value context/title">-->
+  <input type="hidden" name="title" tal:attributes="value context/title">
  </td>
 </tr>
 


More information about the Python-checkins mailing list