diff --git a/pinaxcon/templates/symposion/reviews/base.html b/pinaxcon/templates/symposion/reviews/base.html deleted file mode 100644 index 84d3e20b966eebd6ed65d9308712dae42a276234..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/symposion/reviews/base.html +++ /dev/null @@ -1,112 +0,0 @@ -{% extends "site_base.html" %} - -{% load i18n %} -{% load sitetree %} - -{% block extra_style %} - -{% endblock %} - -{% block body_class %}reviews{% endblock %} - -{% block body_outer %} -
-
- {% block sidebar %} - {% for section in review_sections %} -
-
-

{{ section }}

-
-
- - {% trans "All Reviews" %} - - {% comment %} -
  • - - {% trans "Your Assignments" %} - -
  • - {% endcomment %} - - {% trans "Voting Status" %} - - {% if request.user.is_staff %} - Result Notification - {% endif %} -
    - {% endfor %} - {% endblock %} -
    -
    - {% block body %} - {% endblock %} -
    -
    -{% endblock %} - -{% block extra_script %} - - - - -{% endblock %}