diff options
author | hardythe1 | 2014-11-26 19:04:38 +0530 |
---|---|---|
committer | hardythe1 | 2014-11-26 19:04:38 +0530 |
commit | 1dd1c96b3ec97b2a4c1d718a912a40d9ab0d7f21 (patch) | |
tree | b5dbdbf5ac862adfc5dd69928466eb30f3c0adbd /static/website/templates | |
parent | c7824336b3f22df7210ecf4bfac6b02bb136096a (diff) | |
download | scipy2014-1dd1c96b3ec97b2a4c1d718a912a40d9ab0d7f21.tar.gz scipy2014-1dd1c96b3ec97b2a4c1d718a912a40d9ab0d7f21.tar.bz2 scipy2014-1dd1c96b3ec97b2a4c1d718a912a40d9ab0d7f21.zip |
added counter for registration closure
Diffstat (limited to 'static/website/templates')
-rwxr-xr-x | static/website/templates/home.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 35bddb9..8bb5e35 100755 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -49,6 +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> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> @@ -170,10 +171,6 @@ <h4 class="garmond" align="center"><u>Important Dates</u></h4> <table class="table table-bordered"> <tr> - <td>25<sup>th</sup> Nov 2014</td> - <td>Call for Proposals ends.</td> - </tr> - <tr> <td>1<sup>st</sup> Dec 2014</td> <td>Conference Registration ends.</td> </tr> |