diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-08-24 14:20:05 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-08-24 14:20:05 +0100 |
commit | 15c89a78c097dc00ad7b8ca3314581ed3b058187 (patch) | |
tree | 98c09d1abca0f457012e9d9f7f879afd1a292381 /ctrack/caf | |
parent | 74ed83a719a8f34c3e989b84c96f6759ea2f182c (diff) |
tweaks
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> |