diff options
author | komalsheth286 | 2016-10-03 18:05:29 +0530 |
---|---|---|
committer | komalsheth286 | 2016-10-03 18:05:29 +0530 |
commit | be87ddf10812c5814fe93a7d6529b15bd4d2608c (patch) | |
tree | ae58c1845f7f5bd0f225d927e13e63540024191a /website/templates/registration/password_change_done.html | |
parent | e8bd883f65efb6928d0d20c09a5bed274805b2da (diff) | |
download | SciPy2016-be87ddf10812c5814fe93a7d6529b15bd4d2608c.tar.gz SciPy2016-be87ddf10812c5814fe93a7d6529b15bd4d2608c.tar.bz2 SciPy2016-be87ddf10812c5814fe93a7d6529b15bd4d2608c.zip |
Forgot passward templates added
Diffstat (limited to 'website/templates/registration/password_change_done.html')
-rwxr-xr-x | website/templates/registration/password_change_done.html | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/website/templates/registration/password_change_done.html b/website/templates/registration/password_change_done.html deleted file mode 100755 index 753daa5..0000000 --- a/website/templates/registration/password_change_done.html +++ /dev/null @@ -1,63 +0,0 @@ -{% extends 'base.html' %} -{% load static %} - -<!DOCTYPE HTML> -<html> - <head> - <title>Call for Proposal</title> - <meta charset="utf-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]--> - <link rel="stylesheet" href="assets/css/main.css" /> - <!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]--> - <!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]--> - </head> - <body> - - - {% block header %} - <header id="header"> - <h1>SciPy India 2016</h1> - <h2>Reset Password</h2> -</header> -{% endblock %} - -<div id="wrapper"> - -{% block nav %} - - <nav id="nav" class="alt"> - <ul> - <li><a href="{% url 'website:home' %}" class="active">Scip India 2016</a></li> - - {% if user and not user.is_anonymous %} - <li class="dropdown"> - <a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ user.get_full_name|default:user.username }}<b class="caret"></b></a> - <ul class="dropdown-menu"> - <li><a href="{% url 'auth:logout' %}?next=/2016/cfp">Logout</a></li> - - </ul> - {% endif %} - </ul> - </nav> -{% endblock %} - - - -{% block content %} -<div id="wrapper"> -<div id="main"> -<section id="content" class="main"> - -<script type="text/javascript"> - window.setTimeout(function() - { - location.href="{{ URL_ROOT }}/accounts/" - }, 2000); -</script> -<h3>Your password has been changed successfully.</h3> -<h4>Redirecting ...</h4> -</section> -</div> -</div> -{% endblock %}
\ No newline at end of file |