diff options
author | prashantsinalkar | 2017-09-21 16:17:53 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-09-21 16:17:53 +0530 |
commit | 59bcf0b4f468992c062d5e6b78d140807d63ecc9 (patch) | |
tree | a82e8ec36f6b322f36b239c056b29d2aa5ca18b1 /website | |
parent | e168d3e17d351a298fcf57f3b8eb37a81a1c5cbc (diff) | |
download | SciPy2017-59bcf0b4f468992c062d5e6b78d140807d63ecc9.tar.gz SciPy2017-59bcf0b4f468992c062d5e6b78d140807d63ecc9.tar.bz2 SciPy2017-59bcf0b4f468992c062d5e6b78d140807d63ecc9.zip |
done minor changes
Diffstat (limited to 'website')
-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 aa012a5..adbbae8 100755 --- a/website/templates/cfp.html +++ b/website/templates/cfp.html @@ -112,7 +112,7 @@ <br/><br/> <a style="padding-right : 20px;" href="{% url 'website:userregister' %}" class="btn btn btn-primary">Create an Account </a> - <a href="/forgotpassword/">Forgot Password?</a> + <a href="/2017/forgotpassword/">Forgot Password?</a> {% csrf_token %} </form> <!-- </div> --> |