diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-04-19 20:37:56 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-04-19 20:37:56 +0100 |
commit | 6489d10f65e1d2b6ff50714caec6564ccf632a6f (patch) | |
tree | 9ce81232a822e191e4d5ae3ea7b0cd558d05c345 /ctrack/organisations | |
parent | 9952f7a5fb3efc8abb657ab0cfaa7e898ec6606a (diff) |
can add a new system via organisation detail page
Diffstat (limited to 'ctrack/organisations')
-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"> |