From bdd903a76ed51441d7fed022dca8a529e5a5a247 Mon Sep 17 00:00:00 2001 From: Carlos Vega <carlos.vega@uni.lu> Date: Tue, 17 Nov 2020 11:37:44 +0100 Subject: [PATCH] added privacy notice to study view context --- smash/web/views/study.py | 1 + 1 file changed, 1 insertion(+) diff --git a/smash/web/views/study.py b/smash/web/views/study.py index 899012ec..7edc1d43 100644 --- a/smash/web/views/study.py +++ b/smash/web/views/study.py @@ -46,6 +46,7 @@ def study_edit(request, study_id): return wrap_response(request, 'study/edit.html', { 'study_form': study_form, + 'privacy_notice': study.study_privacy_notice, 'notifications_form': notifications_form, 'study_columns_form': study_columns_form, 'redcap_columns_form': redcap_columns_form -- GitLab