From e4deacd0d334e1b38a7c891c64b8bf894ce37e27 Mon Sep 17 00:00:00 2001 From: Pawan Verma Date: Tue, 26 Nov 2024 17:20:47 +0530 Subject: [PATCH] Add make view profile button --- commcare_connect/opportunity/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commcare_connect/opportunity/tables.py b/commcare_connect/opportunity/tables.py index 6fd3953d..e361f4c0 100644 --- a/commcare_connect/opportunity/tables.py +++ b/commcare_connect/opportunity/tables.py @@ -195,7 +195,7 @@ def render_view_profile(self, record): "opportunity:user_profile", kwargs={"org_slug": self.org_slug, "opp_id": record.opportunity.id, "pk": record.opportunity_access_id}, ) - return format_html('View Profile', url) + return format_html('View Profile', url) def render_started_learning(self, record, value): return date_with_time_popup(self, value)