diff options
author | hardythe1 | 2014-11-29 01:25:05 +0530 |
---|---|---|
committer | hardythe1 | 2014-11-29 01:25:05 +0530 |
commit | 11d45ff36294fa19fb2670396e2a8e18458e67a4 (patch) | |
tree | e52214283ecf01581c52b4416648c7ffe42ccdaf /static/website/templates | |
parent | c851e595bc2ce94ba05a011810f7430c3ddaee2d (diff) | |
download | scipy2014-11d45ff36294fa19fb2670396e2a8e18458e67a4.tar.gz scipy2014-11d45ff36294fa19fb2670396e2a8e18458e67a4.tar.bz2 scipy2014-11d45ff36294fa19fb2670396e2a8e18458e67a4.zip |
upated days
Diffstat (limited to 'static/website/templates')
-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 c20047d..469808f 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 3 Days</a></li> + <li><a href="{% url 'website:register' %}" class="register-notify">Registration closes in 2 Days</a></li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> |