[Checkins] SVN: grokapps/rdbz3cformexample/trunk/src/rdbz3cformexample/templates/departmentsindex.pt fix typo in add department link.

Timo Stollenwerk timo at zmag.de
Fri Sep 18 11:10:59 EDT 2009


Log message for revision 104344:
  fix typo in add department link.

Changed:
  U   grokapps/rdbz3cformexample/trunk/src/rdbz3cformexample/templates/departmentsindex.pt

-=-
Modified: grokapps/rdbz3cformexample/trunk/src/rdbz3cformexample/templates/departmentsindex.pt
===================================================================
--- grokapps/rdbz3cformexample/trunk/src/rdbz3cformexample/templates/departmentsindex.pt	2009-09-18 15:06:07 UTC (rev 104343)
+++ grokapps/rdbz3cformexample/trunk/src/rdbz3cformexample/templates/departmentsindex.pt	2009-09-18 15:10:59 UTC (rev 104344)
@@ -1,11 +1,11 @@
 <h3>Departments of faculty <span tal:replace="context/__parent__/title"></span></h3>
 <ul>
   <li tal:repeat="department context/values">
-    <a tal:attributes="href python:view.url(department)" 
+    <a tal:attributes="href python:view.url(department)"
        tal:content="department/title"></a>
   </li>
 </ul>
 
 <p>
-  <a tal:attributes="href python:view.url(context, '@@adddepartment')">Add Department</a>
+  <a tal:attributes="href python:view.url(context, '@@addepartment')">Add Department</a>
 </p>



More information about the checkins mailing list