Added scipy press release
authorAmit Sethi
Fri, 24 Dec 2010 15:54:25 +0530
changeset 367 206a8a72d77c
parent 328 f71e17a05344
child 368 704af5be5fb9
Added scipy press release
project/static/img/scipy2-press-release.pdf
project/templates/about/publicity.html
project/templates/user/account.html
Binary file project/static/img/scipy2-press-release.pdf has changed
--- a/project/templates/about/publicity.html	Wed Dec 01 19:45:16 2010 +0530
+++ b/project/templates/about/publicity.html	Fri Dec 24 15:54:25 2010 +0530
@@ -7,5 +7,13 @@
 <p>
 Download Poster (<a href="/static/img/scipy-poster-A3.png">A3 (3.6M)</a> | <a href="/static/img/scipy-poster-A4.png">A4 (1.7M)</a>)
 </p>
+<h2>Press Release</h2>
+<p>
+Download Press Release (<a href="/static/img/scipy2-press-release.pdf">here</a>)
+</p>
+
+
 </div>
+
+
 {% endblock content %}
--- 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>