From 0ec0cf4355ddb5313f72495f77c70d6e15885665 Mon Sep 17 00:00:00 2001
From: hardythe1
Date: Tue, 11 Nov 2014 15:35:46 +0530
Subject: added poster links
---
static/website/templates/base.html | 1 +
static/website/templates/home.html | 1 +
static/website/templates/poster.html | 4 ++++
3 files changed, 6 insertions(+)
diff --git a/static/website/templates/base.html b/static/website/templates/base.html
index 2faf94f..8657d33 100755
--- a/static/website/templates/base.html
+++ b/static/website/templates/base.html
@@ -46,6 +46,7 @@
Invited Speakers
Venue
+ Poster
Contact Us
diff --git a/static/website/templates/home.html b/static/website/templates/home.html
index e5b9e80..a90cf91 100755
--- a/static/website/templates/home.html
+++ b/static/website/templates/home.html
@@ -44,6 +44,7 @@
- Invited Speakers
- Venue
+ - Poster
- Contact Us
diff --git a/static/website/templates/poster.html b/static/website/templates/poster.html
index 2b0918b..b00b379 100644
--- a/static/website/templates/poster.html
+++ b/static/website/templates/poster.html
@@ -2,6 +2,10 @@
{% load static %}
+{% block current %}
+Poster
+{% endblock %}
+
{% block content %}
Download
--
cgit