project/templates/user/account.html
branch2011
changeset 443 7fe2b15ee82f
parent 424 2223aa09fd69
--- a/project/templates/user/account.html	Mon Oct 31 09:34:17 2011 +0530
+++ b/project/templates/user/account.html	Wed Nov 02 23:32:11 2011 +0530
@@ -130,7 +130,7 @@
             {% if talk.approved %}
               <span>Accepted</span>
             {% else %}
-              <a href="/edit-talk/{{ talk.id }}/" title="Edit">Edit</a>
+              <a href="/{{ params.scope }}/edit-talk/{{ talk.id }}/" title="Edit">Edit</a>
             {% endif %}
           </td>
         </tr>