From 6b090757799b6c5928b5cf9c0722d870ff822205 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Fri, 22 Nov 2019 11:02:22 +0000 Subject: [PATCH] Fix poorly written sentence --- app/v2/template/post_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/v2/template/post_template.py b/app/v2/template/post_template.py index d738c651f..23cc983a9 100644 --- a/app/v2/template/post_template.py +++ b/app/v2/template/post_template.py @@ -15,7 +15,7 @@ from app.v2.utils import get_valid_json @v2_template_blueprint.route("//preview", methods=['POST']) def post_template_preview(template_id): - # If the payload is is empty if there is no personalisation in the template. + # The payload is empty when there are no place holders in the template. _data = request.get_data(as_text=True) if not _data: _data = {}