diff options
author | hardythe1 | 2014-11-27 01:33:07 +0530 |
---|---|---|
committer | hardythe1 | 2014-11-27 01:33:07 +0530 |
commit | d24122989383fd4e9b5c692b4b664b62500535bc (patch) | |
tree | 12b9070c84f80305fcb4b273ed570f889497bb27 /static | |
parent | 1dd1c96b3ec97b2a4c1d718a912a40d9ab0d7f21 (diff) | |
download | scipy2014-d24122989383fd4e9b5c692b4b664b62500535bc.tar.gz scipy2014-d24122989383fd4e9b5c692b4b664b62500535bc.tar.bz2 scipy2014-d24122989383fd4e9b5c692b4b664b62500535bc.zip |
updating counter
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 8bb5e35..d995104 100755 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -49,7 +49,7 @@ </ul> <ul class="nav navbar-nav navbar-right"> <li class="{% active request 'register' %}"><a href="{% url 'website:register' %}">Register</a></li> - <li><a href="{% url 'website:register' %}" class="register-notify">Registration closes in 5 Days</a></li> + <li><a href="{% url 'website:register' %}" class="register-notify">Registration closes in 4 Days</a></li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> |