From ee5db497eea5cf644c906028206e0c83155b29a9 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Sat, 20 Jun 2015 17:53:17 +0530 Subject: change to fix a minor bug --- website/templates/base.html | 24 +++++++++++++----------- website/views.py | 1 - 2 files changed, 13 insertions(+), 12 deletions(-) (limited to 'website') diff --git a/website/templates/base.html b/website/templates/base.html index 02a238b..8e8fb7e 100644 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -40,7 +40,8 @@
+ SciPy India 2015 +
- +
- {% if mailsent %} - + {% endif %} +

SciPy India 2015


@@ -185,7 +187,7 @@

Feel free to drop us a mail regarding any of the queries that you might have.

-
+
diff --git a/website/views.py b/website/views.py index 2fcca04..0b6c89f 100644 --- a/website/views.py +++ b/website/views.py @@ -26,5 +26,4 @@ def home(request): context['mailsent'] = True except: context['mailfailed'] = True - return render_to_response('base.html', context) return render_to_response('base.html', context) -- cgit