diff options
author | MR Lemon <matt@matthewlemon> | 2020-04-17 15:08:39 +0100 |
---|---|---|
committer | MR Lemon <matt@matthewlemon> | 2020-04-17 15:08:39 +0100 |
commit | 2c43852e5dcd5437f4544bcd4a647e70b4fb48a0 (patch) | |
tree | c858eb4f298df91388bc8d74597b4c1b54439e04 /ctrack/organisations/templates | |
parent | 6cbd969aea2be1c6b344a0fe378e76b2fed0300a (diff) |
forgot to fix link in last commit
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 1e72fdf..96cae92 100644 --- a/ctrack/organisations/templates/organisations/organisation_detail.html +++ b/ctrack/organisations/templates/organisations/organisation_detail.html @@ -76,7 +76,7 @@ <td>{{ ass.description }}<br> <a href="{% url "caf:detail" ass.caf.pk %}" class="small"> {{ ass.caf }} - </a> <span class="text-muted">|</span> <a href="#" class="small">System Detail</a> + </a> <span class="text-muted">|</span> <a href="{% url "caf:ass_detail" ass.pk %}" class="small">System Detail</a> <span class="text-muted">|</span> <a href="#" class="small">Edit System</a> </td> </tr> |