diff options
author | adityacp | 2016-03-31 19:44:15 +0530 |
---|---|---|
committer | adityacp | 2016-04-15 14:01:51 +0530 |
commit | aac02beb30adf9f160a66b5af84323b87e09326f (patch) | |
tree | 53f04fad8e3d55d847d93d6145a33fac30420bd5 /yaksh/templates | |
parent | c140d65ab1a3c4faa97789e08223d563cf283d25 (diff) | |
download | online_test-aac02beb30adf9f160a66b5af84323b87e09326f.tar.gz online_test-aac02beb30adf9f160a66b5af84323b87e09326f.tar.bz2 online_test-aac02beb30adf9f160a66b5af84323b87e09326f.zip |
deleted extra password change file
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/password_changed.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/yaksh/templates/yaksh/password_changed.html b/yaksh/templates/yaksh/password_changed.html deleted file mode 100644 index cce2d53..0000000 --- a/yaksh/templates/yaksh/password_changed.html +++ /dev/null @@ -1,15 +0,0 @@ -{% extends "base.html" %} -<!DOCTYPE html> -{% block title %} Profile {% endblock %} - -{% block pagetitle %} Online Test {% endblock %} - -{% block script %} -<script> - window.setTimeout(function(){ location.href="{{ URL_ROOT }}/exam/" }, 2000); -</script> -{% endblock script %} -{% block content %} -<h3>Your Password is changed {{ user.first_name }}</h3> -<h3>Redirecting...</h3> -{% endblock content %} |