diff options
Diffstat (limited to 'project/templates')
-rw-r--r-- | project/templates/user/account.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/templates/user/account.html b/project/templates/user/account.html index f96123a..af07bb5 100644 --- a/project/templates/user/account.html +++ b/project/templates/user/account.html @@ -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> |