diff options
author | adityacp | 2020-02-28 10:37:07 +0530 |
---|---|---|
committer | adityacp | 2020-02-28 10:37:07 +0530 |
commit | 78cc032340a8f0c8e0d456770783f2c894935c04 (patch) | |
tree | 3b6af04c555e86c99b7e8fa5a5442765402e9af3 /yaksh/templates | |
parent | 0d189e0156741685e6f6f1c605bf99b44d082b0b (diff) | |
download | online_test-78cc032340a8f0c8e0d456770783f2c894935c04.tar.gz online_test-78cc032340a8f0c8e0d456770783f2c894935c04.tar.bz2 online_test-78cc032340a8f0c8e0d456770783f2c894935c04.zip |
Bump django to the latest version
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/add_question.html | 2 | ||||
-rw-r--r-- | yaksh/templates/yaksh/showquestions.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/yaksh/templates/yaksh/add_question.html b/yaksh/templates/yaksh/add_question.html index 1ad7deb..17cdcfe 100644 --- a/yaksh/templates/yaksh/add_question.html +++ b/yaksh/templates/yaksh/add_question.html @@ -1,6 +1,6 @@ {% extends "manage.html" %} {% load custom_filters %} -{% load staticfiles %} +{% load static %} {% block title %} Add Question {% endblock title %} {% block pagetitle %} Add Question {% endblock pagetitle %} diff --git a/yaksh/templates/yaksh/showquestions.html b/yaksh/templates/yaksh/showquestions.html index 895c345..fdfcc60 100644 --- a/yaksh/templates/yaksh/showquestions.html +++ b/yaksh/templates/yaksh/showquestions.html @@ -1,5 +1,5 @@ {% extends "manage.html" %} -{% load staticfiles %} +{% load static %} {% block title %} Questions {% endblock %} |