From 7fe8e17438b8e67e7290f11ddcd29cda3953921b Mon Sep 17 00:00:00 2001 From: prathamesh Date: Wed, 27 Dec 2017 17:54:31 +0530 Subject: cleaned add exercise HTML --- yaksh/templates/yaksh/add_exercise.html | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'yaksh') 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 %} - {% endblock %} {% block script %} - {% endblock %} {% block onload %} onload="javascript:test();" {% endblock %} {% block content %} @@ -21,10 +19,6 @@ {{ form.as_table }}
-

@@ -33,9 +27,4 @@ - {% endblock %} -- cgit