From f0f31234dfaa22850ebb502211a4488b4981f17c Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 Jan 2023 10:08:50 +0700 Subject: change text to html in customer review --- indoteknik_api/controllers/api_v1/customer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_api/controllers/api_v1') diff --git a/indoteknik_api/controllers/api_v1/customer.py b/indoteknik_api/controllers/api_v1/customer.py index 58c93376..f6d6d40d 100644 --- a/indoteknik_api/controllers/api_v1/customer.py +++ b/indoteknik_api/controllers/api_v1/customer.py @@ -21,7 +21,7 @@ class CustomerReview(controller.Controller): 'sequence': review.sequence, 'image': base_url + 'api/image/customer.review/image/' + str(review.id) if review.image else '', 'customer_name': review.customer_name, - 'ulasan': review.ulasan, + 'ulasan': review.ulasan_html, 'name': review.name, 'jabatan': review.jabatan }) -- cgit v1.2.3