summaryrefslogtreecommitdiff
path: root/static/website/templates/home.html
diff options
context:
space:
mode:
authorhardythe12014-09-10 17:52:27 +0530
committerhardythe12014-09-10 17:52:27 +0530
commit4972ae760ff28e451a5c6277539a7333e742ba94 (patch)
treea59f5858d2679f1196b9ffb5ac10597fada7f59a /static/website/templates/home.html
parentc9832807cbefb28efffd647f5cc13cff4ce89dbc (diff)
downloadscipy2014-4972ae760ff28e451a5c6277539a7333e742ba94.tar.gz
scipy2014-4972ae760ff28e451a5c6277539a7333e742ba94.tar.bz2
scipy2014-4972ae760ff28e451a5c6277539a7333e742ba94.zip
added registration page
Diffstat (limited to 'static/website/templates/home.html')
-rwxr-xr-xstatic/website/templates/home.html4
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 -->