diff options
Diffstat (limited to 'project/templates/registration/submit-registration.html')
-rw-r--r-- | project/templates/registration/submit-registration.html | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/project/templates/registration/submit-registration.html b/project/templates/registration/submit-registration.html new file mode 100644 index 0000000..23d17bb --- /dev/null +++ b/project/templates/registration/submit-registration.html @@ -0,0 +1,94 @@ +{% extends "base.html" %} +{% block content %} +<h1>Submit Registration</h1> +<div class="entry"> +<iframe id='ifrm' name='ifrm' src='http://doattend.com/embed_ticket/8396' scrolling='auto' width='80%' height='600'>Oops!! Sorry you will have to <a href = 'http://scipyindia.doattend.com'>register here</a></iframe> + +<h2 id="sec-2">Note: </h2> + +<h3 id="sec-2_1">Accommodation </h3> + +<ul> +<li> +Accommodation will be provided at a subsidized rate of Rs.100 per day for outstation teachers and students alone. +</li> +<li> +If you are sending us a DD, it should reach us on or before 20th of November, 2011. +</li> +<li> +Accommodation will be confirmed at the venue only for participants with valid identity cards from their respective institutions. +</li> +</ul> + +<h3 id="sec-2_2">Registration Fees </h3> + +<h4 id="sec-2_2_1">Online Transfer</h4> +<ul> + <li>The prefered way of paying is through DoAttend. If you face any problems with online transfer please contact <a href="support@doattend.com">DoAttend Support</a></li> +</ul> + +<h4 id="sec-2_2_2">Demand Draft </h4> + +<ul> +<li> +An email should be sent to <i>info@scipy.in</i> with the name of the +participant, institution, and the +transaction details(reference no. and account no.) +</li> +<li> +Registered participants whose talks have been accepted will be +exempt from the registration fees. +</li> +<li> +The demand draft may be obtained in favour of <b>FOSSEE</b> payable at +<b>Mumbai</b>. +</li> +<li> +The Demand Drafts may be sent to +<pre class="example"> +Prof. Prabhu Ramachandran, +Department of Aerospace Engineering, +IIT Bombay,Powai, +Mumbai, Maharastra, +India 400 076 +</pre> + +</li> +</ul> + +<h4 id="sec-2_2_3">Electronic transfer (NEFT) </h4> + +<ul> +<li> +An email should be sent to <i>info@scipy.in</i> with the name of the +participant, institution, and the +transaction details(reference no. and account no., account holder +name from which the transfer was made.) +</li> +<li> +Registered participants whose talks have been accepted will be +exempt from the registration fees. +</li> +<li> +The total amount for fees and accommodation (if applicable) may be +transfered to, +<pre class="example"> +Account Number - 2724101100988 +Account Name - FOSSEE +IFSC code - CNRB0002724 +Bank - Canara Bank +Branch - IIT Powai, Mumbai - 400076 +</pre> + +</li> +<li> +While transferring the amount, ensure that the remark of transaction +contain the Full name with email +address registered with us. + +</li> +</ul> +</div> + + +{% endblock content %} |