summaryrefslogtreecommitdiff
path: root/yaksh/templates
diff options
context:
space:
mode:
authorprathamesh2017-12-27 17:54:31 +0530
committerprathamesh2017-12-27 17:54:31 +0530
commit7fe8e17438b8e67e7290f11ddcd29cda3953921b (patch)
treec8cdd3ff26c2bb64fdbf57a678abbf022fbce05d /yaksh/templates
parent51a93b42b1d7b3a94e227796aa8d4f6e97de9929 (diff)
downloadonline_test-7fe8e17438b8e67e7290f11ddcd29cda3953921b.tar.gz
online_test-7fe8e17438b8e67e7290f11ddcd29cda3953921b.tar.bz2
online_test-7fe8e17438b8e67e7290f11ddcd29cda3953921b.zip
cleaned add exercise HTML
Diffstat (limited to 'yaksh/templates')
-rw-r--r--yaksh/templates/yaksh/add_exercise.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/yaksh/templates/yaksh/add_exercise.html b/yaksh/templates/yaksh/add_exercise.html
index af3e7b4..dac35d4 100644
--- a/yaksh/templates/yaksh/add_exercise.html
+++ b/yaksh/templates/yaksh/add_exercise.html
@@ -5,12 +5,10 @@
{% block css %}
<link rel="stylesheet" href="{{ URL_ROOT }}/static/yaksh/css/question_quiz.css" type="text/css" />
-<link rel="stylesheet" href="{{ URL_ROOT }}/static/yaksh/css/jquery.datetimepicker.css" type="text/css" />
{% endblock %}
{% block script %}
<script src="{{ URL_ROOT }}/static/yaksh/js/jquery-1.9.1.min.js"></script>
<script src="{{ URL_ROOT }}/static/yaksh/js/add_quiz.js"></script>
-<script src="{{ URL_ROOT }}/static/yaksh/js/jquery.datetimepicker.full.min.js"></script>
{% endblock %}
{% block onload %} onload="javascript:test();" {% endblock %}
{% block content %}
@@ -21,10 +19,6 @@
<table class="span1 table">
{{ form.as_table }}
</table>
- <script type="text/javascript">
- $("#id_start_date_time").datetimepicker({format: 'Y-m-d H:i:s'});
- $("#id_end_date_time").datetimepicker({format: 'Y-m-d H:i:s'});
- </script>
<br/><br/>
</center>
@@ -33,9 +27,4 @@
<button class="btn" type="button" name="button" onClick='location.replace("{{URL_ROOT}}/exam/manage/courses/");'>Cancel</button> </center>
</form>
- <style type="text/css">
- #rendered_text{
- width: 550px;
- }
- </style>
{% endblock %}