diff options
author | Amit Sethi | 2010-12-24 15:54:25 +0530 |
---|---|---|
committer | Amit Sethi | 2010-12-24 15:54:25 +0530 |
commit | 90a83c1bd2b6c6be1300ab850916a587c2e6c3a2 (patch) | |
tree | 3df75f938ed86ec3657e863373859c3b00875510 | |
parent | 71dec8cc12d554c10f95008f1a04e7246f23f48d (diff) | |
download | scipycon-90a83c1bd2b6c6be1300ab850916a587c2e6c3a2.tar.gz scipycon-90a83c1bd2b6c6be1300ab850916a587c2e6c3a2.tar.bz2 scipycon-90a83c1bd2b6c6be1300ab850916a587c2e6c3a2.zip |
Added scipy press release
-rw-r--r-- | project/static/img/scipy2-press-release.pdf | bin | 0 -> 83852 bytes | |||
-rw-r--r-- | project/templates/about/publicity.html | 8 | ||||
-rw-r--r-- | project/templates/user/account.html | 4 |
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 Binary files differnew file mode 100644 index 0000000..1d49b76 --- /dev/null +++ b/project/static/img/scipy2-press-release.pdf 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> |