From 00630cf22dd341a8bc607a68691d0cfcd46e999c Mon Sep 17 00:00:00 2001 From: Asespinel <79876430+Asespinel@users.noreply.github.com> Date: Tue, 16 Jan 2024 16:25:05 -0500 Subject: [PATCH] =?UTF-8?q?refactor:=20changed=20survey=20report=20message?= =?UTF-8?q?=20location=20and=20added=20a=20new=20info=E2=80=A6=20(#34033)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * refactor: changed survey report message location and added a new informative sent state * chore: added Generate and Send text on button * chore: added comment to new state column and added reference to static jquery. * fix: fixed non Attribute error when a report hasn't been sent yet --- lms/templates/admin/base_site.html | 4 ++-- openedx/features/survey_report/admin.py | 14 +++++++++++++- .../templates/survey_report/admin_banner.html | 2 ++ .../templates/survey_report/change_list.html | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/lms/templates/admin/base_site.html b/lms/templates/admin/base_site.html index fa93f9c3e84a..2dfd0bef7a50 100644 --- a/lms/templates/admin/base_site.html +++ b/lms/templates/admin/base_site.html @@ -21,6 +21,6 @@