summaryrefslogtreecommitdiff
path: root/website/templates/submit-cfp.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates/submit-cfp.html')
-rwxr-xr-xwebsite/templates/submit-cfp.html22
1 files changed, 8 insertions, 14 deletions
diff --git a/website/templates/submit-cfp.html b/website/templates/submit-cfp.html
index b038608..4611a5d 100755
--- a/website/templates/submit-cfp.html
+++ b/website/templates/submit-cfp.html
@@ -27,33 +27,26 @@
<div id="wrapper">
{% 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 %}
- {% if proposals_a %}
- <li><a href="{% url 'website:view_abstracts' %}" >View Proposals</a></li>
- {% endif %}
- <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 %}
+
{% block content %}
<div id="wrapper">
<div id="main">
@@ -63,7 +56,8 @@
</div>
</div>
</section>
- {% else %}
+
+ {% else %}
<div id="wrapper">
<!-- <div id="main"> -->
<section id="content" class="main">
@@ -71,8 +65,8 @@
<!-- <h2>{{ user.get_full_name|default:user.username }} </h2> -->
<h2><u>Proposal Guidelines</u></h2>
- <!-- <li>To be announced</li><br> -->
- <ul>
+ <li>To be announced</li><br>
+ <ul>
<li>The project you are willing to present should be an actual implementation rather than just an idea.
<li>Abstract should be of 300 to 700 words describing the topic, including its relevance to scientific computing.
<li>Proposals with an aim to promote a commercial product or service will be rejected.