From 57edb5b4b96a543158f05e2e4732d37d6852d236 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 29 Mar 2018 14:09:59 +0200 Subject: [PATCH] Include "share email" on registration view 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/template/confreg/admin_registration_single.html b/template/confreg/admin_registration_single.html index 078eb86..7225321 100644 --- a/template/confreg/admin_registration_single.html +++ b/template/confreg/admin_registration_single.html @@ -65,6 +65,12 @@ Dietary needs {{reg.dietary}} +{%endif%} +{%if conference.askshareemail%} + + Share email + {{reg.shareemail|yesno}} + {%endif%} Additional options -- 2.39.5