summaryrefslogtreecommitdiff
path: root/static/website/templates/view-proposals.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/templates/view-proposals.html')
-rwxr-xr-xstatic/website/templates/view-proposals.html10
1 files changed, 1 insertions, 9 deletions
diff --git a/static/website/templates/view-proposals.html b/static/website/templates/view-proposals.html
index 73cda7a..6f7f0a8 100755
--- a/static/website/templates/view-proposals.html
+++ b/static/website/templates/view-proposals.html
@@ -8,15 +8,7 @@
<h2>View Proposals</h2>
</center>
</p>
- {% if not proposals %}
- <center>
- <h3>You have not submitted any proposal</h3>
- <!-- <a href="{% url 'website:submitcfp' %}" class ="btn btn-info" role="button"> Submit paper </a>
- <a href="{% url 'website:submitcfw' %}" class ="btn btn-info" role="button">Submit workshop </a><br><br>
- <a href="{% url 'website:cfp' %}" class="btn btn-info" role="button">Back</a> -->
- </center>
- {% else %}
- {% if user.is_superuser %}
+ {% if user.is_superuser %}
<!-- <div style="float:right">
<input type="submit" id="dump" class ="btn btn-info" value="Export as csv" name="dump"/>
</div> -->