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 %} -