summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yaksh/templates/yaksh/password_changed.html15
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 %}