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

Review Assignments

- - {% if assignments %} - - - - - - - {% for assignment in assignments %} - - - - - {% endfor %} -
ProposalOpted outOpt out
- - {{ assignment.proposal.title }} - - -
- {% csrf_token %} - -
-
- {% else %} -

You do not have any assignments.

- {% endif %} -{% endblock %}