diff options
author | hardythe1 | 2014-12-02 01:07:09 +0530 |
---|---|---|
committer | hardythe1 | 2014-12-02 01:07:09 +0530 |
commit | 7210e5067b3eee414fe86ce3d31e3617f9ec1761 (patch) | |
tree | cd0aea5b20f3f8a603ff69fdd8ab8d0a7b975e3e /static/website/templates/home.html | |
parent | cdd6d42327dcf5c4e3c1b9022242485c0fd02de0 (diff) | |
download | scipy2014-7210e5067b3eee414fe86ce3d31e3617f9ec1761.tar.gz scipy2014-7210e5067b3eee414fe86ce3d31e3617f9ec1761.tar.bz2 scipy2014-7210e5067b3eee414fe86ce3d31e3617f9ec1761.zip |
updated schedule
Diffstat (limited to 'static/website/templates/home.html')
-rwxr-xr-x | static/website/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 8aab78b..63adad0 100755 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -48,7 +48,7 @@ <li class="{% active request 'contact' %}"><a href="{% url 'website:contact' %}">Contact Us</a></li--> </ul> <ul class="nav navbar-nav navbar-right" id="register"> - <li class="{% active request 'register' %}><a href="{% url 'website:register' %}">Register</a></li> + <li class="{% active request 'register' %}"><a href="{% url 'website:register' %}">Register</a></li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> |