aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-08-24 14:20:05 +0100
committerMatthew Lemon <matt@matthewlemon.com>2020-08-24 14:20:05 +0100
commit15c89a78c097dc00ad7b8ca3314581ed3b058187 (patch)
tree98c09d1abca0f457012e9d9f7f879afd1a292381
parent74ed83a719a8f34c3e989b84c96f6759ea2f182c (diff)
tweaks
-rw-r--r--ctrack/caf/templates/caf/applicable_system_create_from_org.html2
-rw-r--r--ctrack/organisations/templates/organisations/organisation_detail.html2
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>