diff options
Diffstat (limited to 'ctrack/organisations/templates')
-rw-r--r-- | ctrack/organisations/templates/organisations/organisation_detail.html | 2 |
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 f21dccc..254516a 100644 --- a/ctrack/organisations/templates/organisations/organisation_detail.html +++ b/ctrack/organisations/templates/organisations/organisation_detail.html @@ -69,7 +69,7 @@ <div class="col-sm-8 p-2"> <div class="card bg-light"> <div class="card-body"> - <div class="card-title">NIS Systems</div> + <div class="card-title">NIS Systems | <small><a href="{% url "caf:create_from_org" object.slug %}">Add new...</a></small></div> <div class="card-text"> <div class="table-responsive"> <table class="table"> |