equal
deleted
inserted
replaced
35 {% if value %} |
35 {% if value %} |
36 <form class = "center" method="post" action="#" enctype="multipart/form-data"> |
36 <form class = "center" method="post" action="#" enctype="multipart/form-data"> |
37 {{form.as_p}} |
37 {{form.as_p}} |
38 <p> |
38 <p> |
39 <label for="id_terms">Terms and Conditions:</label> |
39 <label for="id_terms">Terms and Conditions:</label> |
40 <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. |
40 <textarea rows="5" cols="30" disabled="disabled">If selected for a prize, I agree to transfer the copyright ownership of my spoken tutorial to CDEEP, IIT Bombay. CDEEP reserves the right to release the prize winning tutorials into the public domain. |
41 </textarea> |
41 </textarea> |
42 </p> |
42 </p> |
43 <p> |
43 <p> |
44 <input type="checkbox" value="True" name="accept" class="accept"/> |
44 <input type="checkbox" value="True" name="accept" class="accept"/> |
45 <label for="id_terms" class="accept">I accept the terms and condition:</label> |
45 <label for="id_terms" class="accept">I accept the terms and condition:</label> |