summaryrefslogtreecommitdiff
path: root/website/templates/register/password_reset_form.html
diff options
context:
space:
mode:
authorSashi202017-09-21 16:24:35 +0530
committerSashi202017-09-21 16:24:35 +0530
commitaf33b0b3e1258eadd5bbef907940cf23cbc8bddd (patch)
treea2b42ce41aaace8267bf4a2765ec82214e10af5e /website/templates/register/password_reset_form.html
parentc9f57e7e7b684a4e2b24442b530ddbd48d560cfa (diff)
downloadSciPy2017-af33b0b3e1258eadd5bbef907940cf23cbc8bddd.tar.gz
SciPy2017-af33b0b3e1258eadd5bbef907940cf23cbc8bddd.tar.bz2
SciPy2017-af33b0b3e1258eadd5bbef907940cf23cbc8bddd.zip
Changes made in Forgot Issue templates
Diffstat (limited to 'website/templates/register/password_reset_form.html')
-rwxr-xr-xwebsite/templates/register/password_reset_form.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/website/templates/register/password_reset_form.html b/website/templates/register/password_reset_form.html
index 75c0fbd..02de5d9 100755
--- a/website/templates/register/password_reset_form.html
+++ b/website/templates/register/password_reset_form.html
@@ -1,4 +1,3 @@
-{% extends 'base.html' %}
{% load static %}
<!DOCTYPE HTML>
@@ -17,7 +16,7 @@
{% block header %}
<header id="header1">
- <h1>SciPy India 2016</h1>
+ <h1>SciPy India 2017</h1>
<h2>Reset Password</h2>
</header>
{% endblock %}