diff --git a/apps/cfp_review/base.py b/apps/cfp_review/base.py index fea2cc526..771ae2fe2 100644 --- a/apps/cfp_review/base.py +++ b/apps/cfp_review/base.py @@ -442,7 +442,7 @@ def log_and_close(msg, next_page, proposal_id=None): form.slide_link.data = prop.slide_link return render_template( - "cfp_review/update_proposal.html", proposal=prop, form=form, next_id=next_id + "cfp_review/proposal.html", proposal=prop, form=form, next_id=next_id ) diff --git a/templates/cfp_review/anonymise_list.html b/templates/cfp_review/anonymise_list.html index b7d45d781..15f5b5edc 100644 --- a/templates/cfp_review/anonymise_list.html +++ b/templates/cfp_review/anonymise_list.html @@ -1,6 +1,7 @@ {% extends "cfp_review/base.html" %} +{% block title %}Proposals to Anonymise{% endblock %} {% block body %} -

Proposals to Anonymise(showing {{ proposals | count }})

+

Proposals to Anonymise (showing {{ proposals | count }})

diff --git a/templates/cfp_review/anonymise_proposal.html b/templates/cfp_review/anonymise_proposal.html index addd59167..c5681299f 100644 --- a/templates/cfp_review/anonymise_proposal.html +++ b/templates/cfp_review/anonymise_proposal.html @@ -1,8 +1,21 @@ {% from "_formhelpers.html" import render_dl_field %} {% extends "cfp_review/base.html" %} +{% block title %}Anonymise Proposal{% endblock %} {% block body %} - +

Anonymise Proposal

+
+

Please remove any detail from this proposal which would identify the submitter.

+

Anonymisation doesn't have to be perfect - if a reviewer knows the topic and the submitter well, they can recuse themselves - + but it should be good enough that someone with a passing knowledge of the topic can't identify the submitter. +

+

If you're unable to reasonably anonymise this proposal, press "I cannot anonymise this proposal" + and we'll get back to the submitter and work with them to revise it. +

+

Please don't worry about the content of the proposal. Our reviewers are great - if it's not something we'd + want at EMF, it won't pass review. +

+
{{ form.hidden_tag() }}
@@ -21,7 +34,7 @@

{{proposal.title}} by {{proposal.user.name}}

 
 
- {{ form.anonymise(class_="btn btn-success debounce", tabindex=3) }} + {{ form.anonymise(class_="btn btn-primary debounce", tabindex=3) }} {{ form.reject(class_="btn btn-danger debounce", tabindex=4) }} {% if next_proposal %} +

You have the ability to mark this proposal as checked, which will send it to anonymisation. Please do so, but only if:

+
    +
  • You have knowledge of the list of banned speakers and can confirm the submitter is not banned from speaking.
  • +
  • The description is not obviously incomplete.
  • +
  • The description is superficially valid for the category it is submitted in.
  • +
+
+{% endif %} +

{{proposal.published_title or proposal.title}}