summaryrefslogtreecommitdiff
path: root/project/templates
diff options
context:
space:
mode:
authorAmit Sethi2010-12-01 19:45:16 +0530
committerAmit Sethi2010-12-01 19:45:16 +0530
commit71dec8cc12d554c10f95008f1a04e7246f23f48d (patch)
treebb5e6da65e617923cf108c49a4f0f161a3bb0294 /project/templates
parent8df3133208b1db5c7195cd80a68d4a38c5de4415 (diff)
downloadscipycon-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.html2
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>