[Zope-CVS] CVS: Packages/JobBoardEx/Views/Browser - NewJob.pt:1.5

Guido van Rossum guido@python.org
Wed, 20 Mar 2002 16:44:41 -0500


Update of /cvs-repository/Packages/JobBoardEx/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv23004

Modified Files:
	NewJob.pt 
Log Message:
Add the description to the text area, now *really* using the proper
incantation. :-)


=== Packages/JobBoardEx/Views/Browser/NewJob.pt 1.4 => 1.5 ===
     <tr><td>Description:</td>
 	<td><textarea cols=72 rows=20 name="description" type="text" value=""
-	     ><span tal:replace="request/description|default"/></textarea>
+	     ><span tal:replace="request/description|nothing"/></textarea>
 	</td>
     </tr>
     <tr><td>Contact:</td>