branch | 2011 |
changeset 522 | 01b130ea8d8d |
parent 443 | 7fe2b15ee82f |
--- a/project/templates/user/account.html Mon Jan 30 15:18:14 2012 +0530 +++ b/project/templates/user/account.html Mon Jan 30 15:19:23 2012 +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>