diff --git a/symposion/templates/reviews/result_notification_prepare.html b/symposion/templates/reviews/result_notification_prepare.html deleted file mode 100644 index 2afa5875519557b1611b52ee0e4e0b6a578029a2..0000000000000000000000000000000000000000 --- a/symposion/templates/reviews/result_notification_prepare.html +++ /dev/null @@ -1,49 +0,0 @@ -{% extends "reviews/base.html" %} - -{% load i18n %} - -{% block body %} -

Result Notification Prepare

- -
-
-

Proposals

- - {% for proposal in proposals %} - - - - {% endfor %} -
- {{ proposal.speaker }} ({{ proposal.speaker.email }}) -
- {{ proposal.title }} -
-
-
-

Email

- -
- - {% csrf_token %} - - - -
- - -
- - -
- - - - {% include "reviews/_result_notification_prepare_help.html" %} - - - Cancel -
-
- -{% endblock %}