summaryrefslogtreecommitdiff
path: root/static/website/templates/home.html
diff options
context:
space:
mode:
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 -->