summaryrefslogtreecommitdiff
path: root/website/templates/view-abstracts.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates/view-abstracts.html')
-rwxr-xr-xwebsite/templates/view-abstracts.html15
1 files changed, 4 insertions, 11 deletions
diff --git a/website/templates/view-abstracts.html b/website/templates/view-abstracts.html
index 913c929..12cf45e 100755
--- a/website/templates/view-abstracts.html
+++ b/website/templates/view-abstracts.html
@@ -25,25 +25,20 @@
<div id="wrapper">
{% block nav %}
- <div id="navbar-main">
- <!-- Fixed navbar -->
+
+<div id="navbar-main">
<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 %}
@@ -91,7 +86,6 @@ You have not submitted any proposal. To submit proposal click <a href="{% url 'w
<th> View
{% endif %}
<th> Comments
- <th> Rate
<th> Status
{% for proposal in proposals %}
<tr>
@@ -111,7 +105,6 @@ You have not submitted any proposal. To submit proposal click <a href="{% url 'w
<td ><a href="{% url 'website:abstract_details' proposal.id %}">View</a> </td>
{% endif %}
<td><center> {{ proposal.comments_set.count }} </center></td>
- <td><center> {{ proposal.rate }} </center></td>
<td>
{% if proposal.status = 'Accepted' %}