Include "share email" on registration view
authorMagnus Hagander <magnus@hagander.net>
Thu, 29 Mar 2018 12:09:59 +0000 (14:09 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 29 Mar 2018 12:09:59 +0000 (14:09 +0200)
We might want to consider removing this field completely, but as long as
it exists it should of course be listed on the registration.

template/confreg/admin_registration_single.html

index 078eb86474d21ebeba6b926b91e23d433492388b..7225321cba9c329d09eb7abeedfdf126843f02ef 100644 (file)
   <td>Dietary needs</td>
   <td>{{reg.dietary}}</td>
  </tr>
+{%endif%}
+{%if conference.askshareemail%}
+ <tr>
+  <td>Share email</td>
+  <td>{{reg.shareemail|yesno}}</td>
+ </tr>
 {%endif%}
  <tr>
   <td>Additional options</td>