diff options
author | hardythe1 | 2014-09-10 17:52:27 +0530 |
---|---|---|
committer | hardythe1 | 2014-09-10 17:52:27 +0530 |
commit | 4972ae760ff28e451a5c6277539a7333e742ba94 (patch) | |
tree | a59f5858d2679f1196b9ffb5ac10597fada7f59a /static/website/templates/home.html | |
parent | c9832807cbefb28efffd647f5cc13cff4ce89dbc (diff) | |
download | scipy2014-4972ae760ff28e451a5c6277539a7333e742ba94.tar.gz scipy2014-4972ae760ff28e451a5c6277539a7333e742ba94.tar.bz2 scipy2014-4972ae760ff28e451a5c6277539a7333e742ba94.zip |
added registration page
Diffstat (limited to 'static/website/templates/home.html')
-rwxr-xr-x | static/website/templates/home.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html index e2136c8..3871b34 100755 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -36,7 +36,7 @@ <li><a href="{% url 'website:contact' %}">Contact Us</a></li--> </ul> <ul class="nav navbar-nav navbar-right"> - <li><a href="#">Register</a></li> + <li><a href="{% url 'website:register' %}">Register</a></li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> @@ -48,7 +48,7 @@ <h1 id="shout">Scipy India 2014</h1> <h4 id="subtle">Dec 5<sup>th</sup> and 6<sup>th</sup> IIT Bombay</h4> <hr style="width:250px;"> - <a class="btn btn-default" href="#">Register Now</a> + <a class="btn btn-default" href="{% url 'website:register' %}">Register Now</a> <!--a class="btn btn-default" href="#">Submit Paper</a--> </div> </div> <!-- /#header --> |