diff options
Diffstat (limited to 'static/website/templates/home.html')
-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> |