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>