diff options
author | prashantsinalkar | 2017-09-18 12:05:15 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-09-18 12:05:15 +0530 |
commit | e9d60a7127ba2ca2021cddeb95a6d959d595d11a (patch) | |
tree | df3c7c524e40ae1a8ff5a8f03725ed0d8c8e749a | |
parent | 61450886e4411fffe79e027a88c9928d51664a22 (diff) | |
download | SciPy2017-e9d60a7127ba2ca2021cddeb95a6d959d595d11a.tar.gz SciPy2017-e9d60a7127ba2ca2021cddeb95a6d959d595d11a.tar.bz2 SciPy2017-e9d60a7127ba2ca2021cddeb95a6d959d595d11a.zip |
fixed url issue
-rw-r--r-- | website/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/home.html b/website/templates/home.html index d6bc05d..f047786 100644 --- a/website/templates/home.html +++ b/website/templates/home.html @@ -18,7 +18,7 @@ <a href="#register" style="width : 200px;float: left" class="btn btn-primary gradient" >Register</a> </div> <div class="d-inline-block"> - <a href="http://127.0.0.1:8000/cfp/" style="width : 200px;float: right;" class="btn btn-primary gradient">Submit</a> + <a href="{% url 'website:cfp' %}" style="width : 200px;float: right;" class="btn btn-primary gradient">Submit</a> </div> </center> |