From 99167ee106e2ec631d46221b97370fb503196c66 Mon Sep 17 00:00:00 2001 From: Sanj Date: Fri, 30 Dec 2011 18:54:28 +0530 Subject: [PATCH] coming soon for events --- itf/pages/models.py | 3 +++ itf/templates/noel/index.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/itf/pages/models.py b/itf/pages/models.py index 38e1277..1bc0d46 100644 --- a/itf/pages/models.py +++ b/itf/pages/models.py @@ -9,4 +9,7 @@ class Page(models.Model): def __unicode__(self): return self.title + def get_absolute_url(self): + return "/page/%s/" % self.slug + # Create your models here. diff --git a/itf/templates/noel/index.html b/itf/templates/noel/index.html index fc45bb1..936c3cf 100755 --- a/itf/templates/noel/index.html +++ b/itf/templates/noel/index.html @@ -69,7 +69,7 @@

EVENTS

- Find + Coming Soon!