diff options
Diffstat (limited to 'ctrack/caf')
-rw-r--r-- | ctrack/caf/templates/caf/applicable_system_create_from_org.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/caf/templates/caf/applicable_system_create_from_org.html b/ctrack/caf/templates/caf/applicable_system_create_from_org.html index e4d3efa..142e17b 100644 --- a/ctrack/caf/templates/caf/applicable_system_create_from_org.html +++ b/ctrack/caf/templates/caf/applicable_system_create_from_org.html @@ -37,7 +37,7 @@ <li class="list-group-item"><a href="{% url "caf:ass_detail" s.pk %}">{{ s.name }}</a></li> {% endfor %} {% else %} - <p>Doesn't have any systems</p> + <p>Doesn't have any systems.</p> {% endif %} </ul> </div> |