diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-03-11 16:50:20 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-03-11 16:50:20 +0000 |
commit | 0542bef93182976faa63815c299254a16fab76c2 (patch) | |
tree | 8cf9a09227f5c25e659def6127a8e969cea24150 /ctrack/organisations | |
parent | 2e2e867f2bee4c7e2495cc5e64ee1bbac9bd17cc (diff) |
added a dead edit link
Diffstat (limited to 'ctrack/organisations')
-rw-r--r-- | ctrack/organisations/templates/organisations/organisation_detail.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctrack/organisations/templates/organisations/organisation_detail.html b/ctrack/organisations/templates/organisations/organisation_detail.html index 8104197..836dec2 100644 --- a/ctrack/organisations/templates/organisations/organisation_detail.html +++ b/ctrack/organisations/templates/organisations/organisation_detail.html @@ -68,6 +68,7 @@ <a href="#" class="small"> {{ ass.caf }} </a> <span class="text-muted">|</span> <a href="#" class="small">System Detail</a> + <span class="text-muted">|</span> <a href="#" class="small">Edit System</a> </td> </tr> {% endfor %} |