diff --git a/symposion/templates/reviews/review_list.html b/symposion/templates/reviews/review_list.html deleted file mode 100644 index 36504604ff3c59485486df5cb858b4afacd79c63..0000000000000000000000000000000000000000 --- a/symposion/templates/reviews/review_list.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "reviews/base.html" %} - -{% block body %} -

{{ section }}

- {% if reviewed == 'all_reviews' %} -

All proposals

- {% elif reviewed == 'user_reviewed' %} -

Proposals you have reviewed

- {% else %} -

Proposals you have not yet reviewed

- {% endif %} - - {% include "reviews/_review_table.html" %} -{% endblock %}