From ec49231eb8ea0bb64788b07cdb600c59762e4422 Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Sat, 15 Mar 2014 12:07:33 +0530 Subject: added cfd workshop notification --- static/website/templates/base.html | 9 +++++++++ static/website/templates/index.html | 2 ++ 2 files changed, 11 insertions(+) (limited to 'static/website/templates') diff --git a/static/website/templates/base.html b/static/website/templates/base.html index 49c5f18..26e24c4 100644 --- a/static/website/templates/base.html +++ b/static/website/templates/base.html @@ -4,8 +4,17 @@ Spoken-Tutorial Forums + +
+

+ One day CFD workshop on 22nd March 2014. + View more details about the workshop. + Click here for registration. + x +

+
diff --git a/static/website/templates/index.html b/static/website/templates/index.html index d543b2b..5046c13 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -1,4 +1,5 @@ {% extends 'website/templates/base.html' %} +{% load static %} {% block content %} {% load count_tags %}

Recent Questions

@@ -101,4 +102,5 @@ + {% endblock %} -- cgit