equal
deleted
inserted
replaced
33 <p class="center"> |
33 <p class="center"> |
34 {% block content %} |
34 {% block content %} |
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> |
|
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. |
|
41 </textarea> |
|
42 </p> |
|
43 <p> |
|
44 <input type="checkbox" value="True" name="accept" class="accept"/> |
|
45 <label for="id_terms" class="accept">I accept the terms and condition:</label> |
|
46 </p> |
|
47 <br /> |
38 <input type="submit" value="Upload" id="submit"/> |
48 <input type="submit" value="Upload" id="submit"/> |
39 </form> |
49 </form> |
40 {% else %} |
50 {% else %} |
41 Your Upload was successful! |
51 Your Upload was successful! |
42 You will be automatically redirected to the home page in 5 seconds<br/> |
52 You will be automatically redirected to the home page in 5 seconds<br/> |