summaryrefslogtreecommitdiff
path: root/website/templates/cfp.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates/cfp.html')
-rwxr-xr-xwebsite/templates/cfp.html18
1 files changed, 10 insertions, 8 deletions
diff --git a/website/templates/cfp.html b/website/templates/cfp.html
index 80bfbaa..1b9116b 100755
--- a/website/templates/cfp.html
+++ b/website/templates/cfp.html
@@ -24,24 +24,18 @@
{% block nav %}
<div id="navbar-main">
- <!-- Fixed navbar -->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="{% url 'website:home' %}" class="active">Home</a></li>
{% if user and not user.is_anonymous %}
- <li class="dropdown">
- <a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ user.get_full_name|default:user.username }}</a>
- <ul class="dropdown-menu">
- <li><a href="{% url 'auth:logout' %}?next=/2016/cfp">Logout</a></li>
- <li><a href="{% url 'website:cfp' %}">Main Menu</a></li>
- </ul>
+ <li><a href="{% url 'website:cfp' %}">{{ user.get_full_name|default:user.username }}</a>
+ <li><a href="{% url 'auth:logout' %}?next=/2016/cfp">Logout</a></li>
{% else %}
<li><a href="{% url 'website:cfp' %}" >Login</a></li>
{% endif %}
</ul>
</div>
- <!--/.nav-collapse -->
</div>
</div>
{% endblock %}
@@ -64,6 +58,14 @@
</center>
{% endif %}
{% if user and not user.is_anonymous and not login_required %}
+ <span><h2><u>Important Dates</u></h2></span>
+
+ <ul>
+ <li>CFP Open: To be announced
+ <li>CFP Close: To be announced
+ <li>Announcement of selected proposals: To be announced
+ </ul>
+ <br>
{% if user.is_superuser %}
<center><a href="{% url 'website:view_abstracts' %}" style="background:#D44727" class="button special">View Proposals</a> </center>
{% else %}