--- a/template/index.html Thu Sep 03 17:31:12 2009 +0530
+++ b/template/index.html Thu Sep 03 18:37:48 2009 +0530
@@ -34,7 +34,17 @@
{% block content %}
{% if value %}
<form class = "center" method="post" action="." enctype="multipart/form-data">
- {{form.as_p}}
+ {{form.as_p}}
+ <p>
+ <label for="id_terms">Terms and Conditions:</label>
+ <textarea rows="5" cols="30" disabled="disabled">I accept that the copyright ownership of the submitted spoken tutorials will rest with CDEEP, IIT Bombay. CDEEP reserves the right to release the tutorials into the public domain.
+ </textarea>
+ </p>
+ <p>
+ <input type="checkbox" value="True" name="accept" class="accept"/>
+ <label for="id_terms" class="accept">I accept the terms and condition:</label>
+ </p>
+ <br />
<input type="submit" value="Upload" id="submit"/>
</form>
{% else %}