# HG changeset patch # User Anoop Jacob Thomas # Date 1287662273 -19800 # Node ID 6a95fa45edf23653774cf88e2fb25ea2e35815c8 # Parent a51d2b6e9a78d61cb5841c8d00dd048b1af6b2d7 Added publicity page. diff -r a51d2b6e9a78 -r 6a95fa45edf2 project/templates/_menu.html --- a/project/templates/_menu.html Mon Oct 18 23:29:05 2010 +0530 +++ b/project/templates/_menu.html Thu Oct 21 17:27:53 2010 +0530 @@ -62,6 +62,7 @@ --> +
  • Publicity
  • {% if user.is_staff %}
  • HowTo
  • {% endif %} diff -r a51d2b6e9a78 -r 6a95fa45edf2 project/templates/about/publicity.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project/templates/about/publicity.html Thu Oct 21 17:27:53 2010 +0530 @@ -0,0 +1,11 @@ +{% extends "base.html" %} +{% block content %} +

    Publicity Materials

    + +
    +

    Poster

    +

    +Download Poster +

    +
    +{% endblock content %} diff -r a51d2b6e9a78 -r 6a95fa45edf2 project/urls.py --- a/project/urls.py Mon Oct 18 23:29:05 2010 +0530 +++ b/project/urls.py Thu Oct 21 17:27:53 2010 +0530 @@ -113,6 +113,9 @@ url(r'^%s/talks-cfp/speakers/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "talk/speakers.html"}, name='scipycon_speakers'), + url(r'^%s/publicity/$' % (SCOPE_ARG_PATTERN), + direct_to_template, {"template": "about/publicity.html"}, + name='scipycon_publicity'), ) # Password reset