[Python-checkins] r78252 - tracker/instances/python-dev/html/user.index.html

martin.v.loewis python-checkins at python.org
Sat Feb 20 17:12:16 CET 2010


Author: martin.v.loewis
Date: Sat Feb 20 17:12:16 2010
New Revision: 78252

Log:
Issue #268: Put copyright form info into user index.


Modified:
   tracker/instances/python-dev/html/user.index.html

Modified: tracker/instances/python-dev/html/user.index.html
==============================================================================
--- tracker/instances/python-dev/html/user.index.html	(original)
+++ tracker/instances/python-dev/html/user.index.html	Sat Feb 20 17:12:16 2010
@@ -56,7 +56,7 @@
 <tr tal:attributes="class python:['normal', 'alt'][repeat['user'].index%6/3]">
  <td>
   <a tal:attributes="href string:user${user/id}"
-     tal:content="user/username">username</a>
+     tal:content="user/username">username</a><tal:if condition="user/contrib_form"><span tal:attributes="title string:Contributor form received on ${user/contrib_form_date/pretty}">&nbsp;*</span></tal:if>
  </td>
  <td tal:content="python:user.realname.plain() or default">&nbsp;</td>
  <td tal:content="python:user.organisation.plain() or default">&nbsp;</td>


More information about the Python-checkins mailing list