From 99bd6ac38c8e34358448b35fc1e05a62a8ce6842 Mon Sep 17 00:00:00 2001 From: James Laska Date: Wed, 13 Jul 2016 09:00:49 -0400 Subject: [PATCH] Fix typo in sub_list_create_api_view Relates #2961 --- awx/api/templates/api/sub_list_create_api_view.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/api/templates/api/sub_list_create_api_view.md b/awx/api/templates/api/sub_list_create_api_view.md index 2d8571c1d6..74b91b5084 100644 --- a/awx/api/templates/api/sub_list_create_api_view.md +++ b/awx/api/templates/api/sub_list_create_api_view.md @@ -34,7 +34,7 @@ existing {{ model_verbose_name }} with this {{ parent_model_verbose_name }}. Make a POST request to this resource with `id` and `disassociate` fields to remove the {{ model_verbose_name }} from this {{ parent_model_verbose_name }} -{% if model_verbose_name != "label" %}}without deleting the {{ model_verbose_name }}{% endif %}. +{% if model_verbose_name != "label" %} without deleting the {{ model_verbose_name }}{% endif %}. {% endif %} {% endif %}