summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project/static/img/scipy2-press-release.pdfbin0 -> 83852 bytes
-rw-r--r--project/templates/about/publicity.html8
-rw-r--r--project/templates/user/account.html4
3 files changed, 10 insertions, 2 deletions
diff --git a/project/static/img/scipy2-press-release.pdf b/project/static/img/scipy2-press-release.pdf
new file mode 100644
index 0000000..1d49b76
--- /dev/null
+++ b/project/static/img/scipy2-press-release.pdf
Binary files differ
diff --git a/project/templates/about/publicity.html b/project/templates/about/publicity.html
index 6c89f24..180f95d 100644
--- a/project/templates/about/publicity.html
+++ b/project/templates/about/publicity.html
@@ -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 %}
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>