Fix typo in sub_list_create_api_view

Relates #2961
This commit is contained in:
James Laska 2016-07-13 09:00:49 -04:00
parent aaab80ad60
commit 99bd6ac38c

View File

@ -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 %}