diff options
-rw-r--r-- | ctrack/caf/templates/caf/applicable_system_create_from_org.html | 2 | ||||
-rw-r--r-- | ctrack/organisations/templates/organisations/organisation_detail.html | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/ctrack/organisations/templates/organisations/organisation_detail.html b/ctrack/organisations/templates/organisations/organisation_detail.html index c3a2fb5..8c9ac3b 100644 --- a/ctrack/organisations/templates/organisations/organisation_detail.html +++ b/ctrack/organisations/templates/organisations/organisation_detail.html @@ -86,7 +86,7 @@ </tr> {% endfor %} {% else %} - <a class="btn btn-primary" href="{% url "caf:create_from_org" object.slug %}" role="button">Add + <a class="btn btn-primary" href="{% url "caf:as_create_from_org" object.slug %}" role="button">Add new...</a> {% endif %} </table> |