summaryrefslogtreecommitdiff
path: root/project/templates/user
diff options
context:
space:
mode:
authorAmit Sethi2010-12-24 15:54:25 +0530
committerAmit Sethi2010-12-24 15:54:25 +0530
commit90a83c1bd2b6c6be1300ab850916a587c2e6c3a2 (patch)
tree3df75f938ed86ec3657e863373859c3b00875510 /project/templates/user
parent71dec8cc12d554c10f95008f1a04e7246f23f48d (diff)
downloadscipycon-90a83c1bd2b6c6be1300ab850916a587c2e6c3a2.tar.gz
scipycon-90a83c1bd2b6c6be1300ab850916a587c2e6c3a2.tar.bz2
scipycon-90a83c1bd2b6c6be1300ab850916a587c2e6c3a2.zip
Added scipy press release
Diffstat (limited to 'project/templates/user')
-rw-r--r--project/templates/user/account.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/templates/user/account.html b/project/templates/user/account.html
index af07bb5..32c6e30 100644
--- a/project/templates/user/account.html
+++ b/project/templates/user/account.html
@@ -6,7 +6,7 @@
{% if registration %}
- <h2>Please get your badges for scipy.in 2010 <a href="/{{ params.scope }}/badge/">here</a></h2>
+ <h2>Please get your badges for scipy.in 2010 <a href="{{ params.scope }}/badge/">here</a></h2>
{% endif %}
<h1>My Profile: {{ user.first_name }} {{user.last_name}}</h1>
@@ -130,7 +130,7 @@
{% if talk.approved %}
<span>Accepted</span>
{% else %}
- <a href="/{{ params.scope }}/edit-talk/{{ talk.id }}/" title="Edit">Edit</a>
+ <a href="/edit-talk/{{ talk.id }}/" title="Edit">Edit</a>
{% endif %}
</td>
</tr>