diff options
author | CruiseDevice | 2019-02-04 14:42:51 +0530 |
---|---|---|
committer | CruiseDevice | 2019-02-04 14:42:51 +0530 |
commit | 9bd5bc9049578558649762d905ca231e494fa8b0 (patch) | |
tree | d591e123d107d3763f06276f2e7aa760be150596 /yaksh/templates | |
parent | 33cd3d3cb8609875953a34865d287f1934b1343c (diff) | |
download | online_test-9bd5bc9049578558649762d905ca231e494fa8b0.tar.gz online_test-9bd5bc9049578558649762d905ca231e494fa8b0.tar.bz2 online_test-9bd5bc9049578558649762d905ca231e494fa8b0.zip |
Upgrade jquery-ui.js and jquery-ui.css only in add_lesson.html template
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/add_lesson.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yaksh/templates/yaksh/add_lesson.html b/yaksh/templates/yaksh/add_lesson.html index 0e1b456..87fb8d0 100644 --- a/yaksh/templates/yaksh/add_lesson.html +++ b/yaksh/templates/yaksh/add_lesson.html @@ -5,11 +5,11 @@ {% block script %} <script src="{{ URL_ROOT }}/static/yaksh/js/lesson.js"></script> -<script src="{{ URL_ROOT }}/static/yaksh/js/jquery-ui.js"></script> +<script src="{{ URL_ROOT }}/static/yaksh/js/jquery-ui-1.12.1.js"></script> {% endblock %} {% block css %} -<link rel="stylesheet" href="{{URL_ROOT}}/static/yaksh/css/jquery-ui/jquery-ui.css"> +<link rel="stylesheet" href="{{URL_ROOT}}/static/yaksh/css/jquery-ui/jquery-ui-1.12.1.css"> <link rel="stylesheet" href="{{URL_ROOT}}/static/yaksh/css/lesson.css"> {% endblock %} |