From a5ac45a3fef34745e16a5cf2f03b894e28a9b541 Mon Sep 17 00:00:00 2001 From: Anoop Jacob Thomas Date: Thu, 18 Nov 2010 12:28:06 +0530 Subject: Added wire transfer details to fees page. --- project/templates/about/fees.html | 82 ++++++++++++++++++++++++++------------- 1 file changed, 55 insertions(+), 27 deletions(-) (limited to 'project/templates/about') diff --git a/project/templates/about/fees.html b/project/templates/about/fees.html index 63d3fc2..3caf832 100644 --- a/project/templates/about/fees.html +++ b/project/templates/about/fees.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% block content %} -

Fees

+

Fees

-

Registration fees for outstation students and teachers.

+

Registration fees for outstation students and teachers.

@@ -12,7 +12,6 @@ - @@ -20,10 +19,10 @@
CategoryConferenceAccommodation
+ Tutorials(all 6 days)
StudentsRs. 500Rs. 300
-

Registration fees along with the accommodation charges can be paid either by electronic transfer (account no. - ) or by sending a Demand Draft for the amount of Rs.800 (for all 6 days).

+

Registration fees along with the accommodation charges can be paid either by electronic transfer (details) or by sending a Demand Draft for the amount of Rs.800 (for all 6 days).

-

Registration fees for in-station students and teachers.

+

Registration fees for in-station students and teachers.

@@ -36,15 +35,12 @@ -
StudentsRs. 500
TeachersRs. 500
+

Registration fees can be paid either by electronic transfer (details) or by sending a Demand Draft for the amount of Rs.500 (for all 6 days).

- -

Registration fees can be paid either by electronic transfer (account no. - ) or by sending a Demand Draft for the amount of Rs.500 (for all 6 days).

- -

Registration fees for corporates and others.

+

Registration fees for corporates and others.

@@ -52,7 +48,6 @@ - @@ -60,14 +55,14 @@
CategoryConferenceTutorials + sprints
CorporatesRs. 2000Rs. 1000 per day
-

Registration fees corresponding to the conference +( number of tutorial days * 1000) can be paid either by electronic transfer (account no. - ) or by sending a Demand Draft.

+

Registration fees corresponding to the conference +( number of tutorial days * 1000) can be paid either by electronic transfer (details) or by sending a Demand Draft.

-

Spot registration / late payment(on-spot)

+

Spot registration / late payment(on-spot)

@@ -78,45 +73,47 @@ -
StudentsRs. 750Included in conference fee
TeachersRs. 750Included in conference fee
CorporatesRs. 2500Rs. 1250 per day
-

Note:

- -

Accommodation

+

Note:

+

Accommodation

-

Registration

+

Registration Fees

+ +

Demand Draft

-{% endblock content %} +

Electronic transfer (NEFT)

+ + -- cgit From 1e2a6b85b2f7bd9e391c4b700fbf5b62cb93e13f Mon Sep 17 00:00:00 2001 From: Anoop Jacob Thomas Date: Thu, 18 Nov 2010 12:42:21 +0530 Subject: fixed an error in fee page. --- project/templates/about/fees.html | 1 + 1 file changed, 1 insertion(+) (limited to 'project/templates/about') diff --git a/project/templates/about/fees.html b/project/templates/about/fees.html index 3caf832..ec751f5 100644 --- a/project/templates/about/fees.html +++ b/project/templates/about/fees.html @@ -157,3 +157,4 @@ address registered with us. +{% endblock content %} -- cgit