aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/organisations
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 /ctrack/organisations
parent74ed83a719a8f34c3e989b84c96f6759ea2f182c (diff)
tweaks
Diffstat (limited to 'ctrack/organisations')
-rw-r--r--ctrack/organisations/templates/organisations/organisation_detail.html2
1 files changed, 1 insertions, 1 deletions
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>