Add links for feedback
authorVik Fearing <vik@chouppes.com>
Tue, 12 Sep 2023 15:20:25 +0000 (17:20 +0200)
committerVik Fearing <vik@chouppes.com>
Tue, 12 Sep 2023 15:21:34 +0000 (17:21 +0200)
templates/base.html
templates/confreg/schedule.html
templates/context.json

index 98ff4fca162b79a5a0922e3090c5421271ec428b..873a4822dffe09a40a49289f99971e7d070a115d 100644 (file)
@@ -59,6 +59,7 @@
           {% if not cfp.closed %}<li><a href="{{ link("call-for-papers/") }}">Call for Papers</a></li>{% endif %}
           {#<li><a href="{{ link("social/") }}">Social Event</a></li>#}
           {% if schedule and schedule.published %}<li><a href="{{ link("schedule/") }}">Schedule</a></li>{% endif %}
+          {% if schedule and schedule.feedback %}<li><a href="{{ syslink("feedback/") }}">Feedback</a></li>{% endif %}
           {% if cfr.open and not cfr.closed %}<li><a href="{{ link("registration/") }}">Registration</a></li>{% endif %}
           {% if cfs.open %}<li><a href="{{ link("sponsors/") }}">Sponsors</a></li>{% endif %}
           {% if not schedule.published %}<li><a href="{{ link("become-sponsor/") }}">Become a Sponsor</a></li>{% endif %}
index 5860f01028bfb51f0319c9efd12f2ce89f3c6ba4..dd31f9ad8af3ce05442e5bdd20bdf19592e89fc8 100644 (file)
   changes occur.
 </p>
 
+{% if conference.conferencefeedbackopen %}
+<p>
+  We welcome all feedback you may have for the conference overall.  Please
+  <a href="{{ syslink("feedback/") }}">click here</a> to let us know what you
+  thought of the event!
+</p>
+{% endif %}
+
 {% for day in days %}
 <h2>{{ day.day|datetimeformat("%A, %b %d") }}</h2>
 
index 8336d8e5afa1a0a7bcb220a332ca9a61f2e41793..8b0358063abc7a8553c9d745b8ae176d650d320d 100644 (file)
@@ -50,6 +50,7 @@
 
    "schedule": {
        "published": true,
+       "feedback": true,
        "plenary": [],
        "plenary_span": 2
    },