From 2c8c7cc80e260fbf43070593ec43dfe0fb2edff1 Mon Sep 17 00:00:00 2001 From: Rik Smale <13023439+WikiRik@users.noreply.github.com> Date: Sun, 8 Dec 2024 12:44:54 +0100 Subject: [PATCH] fix: add message for anonymous board comments. Fixes HELP-2537 (#2262) * fix: add message for anonymous board comments. Fixes HELP-2537 * style: fix indentation --------- Co-authored-by: Rik Smale --- src/views/events/BoardView.vue | 4 ++++ src/views/statutory/BoardView.vue | 4 ++++ src/views/summeruniversity/BoardView.vue | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/src/views/events/BoardView.vue b/src/views/events/BoardView.vue index d0cde4dcc..6ff96692e 100644 --- a/src/views/events/BoardView.vue +++ b/src/views/events/BoardView.vue @@ -28,6 +28,10 @@
You are not a board member of any body.
You haven't selected the antenna yet.
+
+

To allow for an anonymous selection procedure, please do not provide any personal information here (like the name of the applicant).

+
+ +
+

To allow for an anonymous selection procedure, please do not provide any personal information here (like the name of the applicant).

+
+
diff --git a/src/views/summeruniversity/BoardView.vue b/src/views/summeruniversity/BoardView.vue index 532bd57bb..2696b6773 100644 --- a/src/views/summeruniversity/BoardView.vue +++ b/src/views/summeruniversity/BoardView.vue @@ -28,6 +28,10 @@
You are not a board member of any body.
You haven't selected the antenna yet.
+
+

To allow for an anonymous selection procedure, please do not provide any personal information here (like the name of the applicant).

+
+