diff options
author | hardythe1 | 2014-11-28 12:14:52 +0530 |
---|---|---|
committer | hardythe1 | 2014-11-28 12:14:52 +0530 |
commit | 417be799aea7aa24d25357ffe20a535dbc13c02a (patch) | |
tree | 0b28a96db820728fc5e86d2c2fdd5bc4d5ff02bf /static | |
parent | b19076af8136ab366bfd1f90e7a7bd50f9af9013 (diff) | |
download | scipy2014-417be799aea7aa24d25357ffe20a535dbc13c02a.tar.gz scipy2014-417be799aea7aa24d25357ffe20a535dbc13c02a.tar.bz2 scipy2014-417be799aea7aa24d25357ffe20a535dbc13c02a.zip |
updating registration days
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 d995104..c20047d 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 4 Days</a></li> + <li><a href="{% url 'website:register' %}" class="register-notify">Registration closes in 3 Days</a></li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> |