From: Stephen Frost Date: Sun, 10 Sep 2017 22:16:54 +0000 (+0000) Subject: feedback index page updates X-Git-Url: http://git.postgresql.org/gitweb/static/session/%7B%7Bsession.id%7D%7D-%7B%7Bsession.title%7Cslugify%7D%7D?a=commitdiff_plain;h=68870f52fd73479bbfc63d79358add25eaf8055f;p=pgopen2018.git feedback index page updates --- diff --git a/templates/confreg/feedback_index.html b/templates/confreg/feedback_index.html new file mode 100644 index 0000000..5c65263 --- /dev/null +++ b/templates/confreg/feedback_index.html @@ -0,0 +1,31 @@ +{%extends "base.html" %} +{%block title%}Conference Feedback - {{conference}}{%endblock%} +{%block content%} +

Conference Feedback - {{conference}}

+ +

On this page you can leave feedback for sessions at {{conference}}. +You can return to this page at any time during the conference to +view or edit your feedback.

+ +

+Anonymous feedback will be made available through a link to their +sessions and their speaker profile once feedback for this conference +has closed. An email will be sent to all speakers and attendees when +the feedback system has closed with additional specifics. +

+ +{%if conference.conferencefeedbackopen or is_tester %} +

Conference feedback

+

+Feedback on the full conference is currently open. +

+{%endif%} + +

Available sessions

+ + +{%endblock%}