diff options
author | hardythe1 | 2014-12-02 00:24:52 +0530 |
---|---|---|
committer | hardythe1 | 2014-12-02 00:24:52 +0530 |
commit | f0d77fcac2c4de03baf729bf1ce9167d0545f31b (patch) | |
tree | ef727c413727aad27369d4509fdf54d45b078e79 /static | |
parent | 2d1ac8f9f71277b4dbc4053466f3f49e36a97db1 (diff) | |
download | scipy2014-f0d77fcac2c4de03baf729bf1ce9167d0545f31b.tar.gz scipy2014-f0d77fcac2c4de03baf729bf1ce9167d0545f31b.tar.bz2 scipy2014-f0d77fcac2c4de03baf729bf1ce9167d0545f31b.zip |
removed registration notification
Diffstat (limited to 'static')
-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 537258a..8aab78b 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' %} register-notify"><a href="{% url 'website:register' %}">Registration closes at Midnight</a></li> + <li class="{% active request 'register' %}><a href="{% url 'website:register' %}">Register</a></li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> |