diff options
author | prashantsinalkar | 2017-09-19 16:49:25 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-09-19 16:50:13 +0530 |
commit | c39d8ee7f6bcd4839467d305d0f0b4392ede9104 (patch) | |
tree | e5daa9aa838efd8c05155231956aa11920533266 /website/templates | |
parent | b762880fcc566293e87c28d11d54d3320f346450 (diff) | |
download | SciPy2017-c39d8ee7f6bcd4839467d305d0f0b4392ede9104.tar.gz SciPy2017-c39d8ee7f6bcd4839467d305d0f0b4392ede9104.tar.bz2 SciPy2017-c39d8ee7f6bcd4839467d305d0f0b4392ede9104.zip |
done minor changes
Diffstat (limited to 'website/templates')
-rwxr-xr-x | website/templates/cfp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/cfp.html b/website/templates/cfp.html index 34e9125..ee8a739 100755 --- a/website/templates/cfp.html +++ b/website/templates/cfp.html @@ -90,7 +90,7 @@ {{ form.as_p }} <button class="button special" name ="login" type="submit">Login</button><br/><br/> <a style="padding-right : 20px;" href="{% url 'website:userregister' %}" class="btn btn btn-primary">Create an Account</a> - <a href="/pass-reset/forgotpassword/">Forgot Password?</a> + <a href="/2017/forgotpassword/">Forgot Password?</a> {% csrf_token %} </form> <!-- </div> --> |