diff options
author | Amit Sethi | 2010-12-01 19:45:16 +0530 |
---|---|---|
committer | Amit Sethi | 2010-12-01 19:45:16 +0530 |
commit | 71dec8cc12d554c10f95008f1a04e7246f23f48d (patch) | |
tree | bb5e6da65e617923cf108c49a4f0f161a3bb0294 /project/templates | |
parent | 8df3133208b1db5c7195cd80a68d4a38c5de4415 (diff) | |
download | scipycon-71dec8cc12d554c10f95008f1a04e7246f23f48d.tar.gz scipycon-71dec8cc12d554c10f95008f1a04e7246f23f48d.tar.bz2 scipycon-71dec8cc12d554c10f95008f1a04e7246f23f48d.zip |
Fixed a link bug on accounts.html template enables editting talks
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> |