diff zpt/project/edit_template.zpt @ 63:fd6931bd49c8

more cleaning up projects.
author casties
date Fri, 03 May 2013 11:30:41 +0200
parents 04fb655633ef
children 975a8d88e315
line wrap: on
line diff
--- a/zpt/project/edit_template.zpt	Fri May 03 10:16:47 2013 +0200
+++ b/zpt/project/edit_template.zpt	Fri May 03 11:30:41 2013 +0200
@@ -13,7 +13,7 @@
   <metal:block metal:define-slot="navsel"/>
   <div class="mainnav">
     <span tal:attributes="class python:test('basic'==menusel, 'mainmenusel', 'mainmenu')"><a tal:attributes="href string:$root/editBasic">Basic information</a></span>
-    <span tal:attributes="class python:test('description'==menusel, 'mainmenusel', 'mainmenu')"><a tal:attributes="href string:$root/edit">Project description</a></span>
+    <span tal:attributes="class python:test('description'==menusel, 'mainmenusel', 'mainmenu')"><a tal:attributes="href string:$root/editDescription">Project description</a></span>
     <span tal:attributes="class python:test('images'==menusel, 'mainmenusel', 'mainmenu')"><a tal:attributes="href string:$root/manageImages">Images</a></span>
     <span tal:attributes="class python:test('publications'==menusel, 'mainmenusel', 'mainmenu')"><a tal:attributes="href string:$root/managePublications">Publications</a></span>
     <span tal:attributes="class python:test('relatedProjects'==menusel, 'mainmenusel', 'mainmenu')"><a tal:attributes="href string:$root/manageRelatedProjects">Related Projects</a></span>