Fixed not working to edit a doc that selected from the docs list view. soc/templates/soc/docs/list/docs_row.html not full updated.
Patch by: Chen Lunpeng
Review by: to-be-reviewed
--- a/app/soc/templates/soc/docs/list/docs_row.html Sat Oct 18 05:30:57 2008 +0000
+++ b/app/soc/templates/soc/docs/list/docs_row.html Sat Oct 18 05:59:04 2008 +0000
@@ -1,5 +1,5 @@
<tr class="off" onmouseover="this.className='on'" onmouseout="this.className='off'"
-onclick="document.location.href='/site/docs/edit/{{ data_element.partial_path }}/{{ data_element.link_name }}'" name="name">
+onclick="document.location.href='/docs/edit/{{ data_element.partial_path }}/{{ data_element.link_name }}'" name="name">
<td align="right">
<div class="title">
<a class="noul"