project/templates/user/account.html
changeset 367 206a8a72d77c
parent 328 f71e17a05344
child 414 94eced40d112
--- a/project/templates/user/account.html	Wed Dec 01 19:45:16 2010 +0530
+++ b/project/templates/user/account.html	Fri Dec 24 15:54:25 2010 +0530
@@ -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>