diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-03-11 17:05:37 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-03-11 17:05:37 +0000 |
commit | 404e32b6a2acbf95c5547acc47c4e514e08ca07f (patch) | |
tree | 8c6cb60871be782928169c0d54ca0be51805d4b1 | |
parent | f684f8e8b70dc26a359939dff99dce7661e496fb (diff) |
fixed link to CAF from org page
Diffstat (limited to '')
-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 59b31db..1e72fdf 100644 --- a/ctrack/organisations/templates/organisations/organisation_detail.html +++ b/ctrack/organisations/templates/organisations/organisation_detail.html @@ -74,7 +74,7 @@ <tr> <td><strong>{{ ass.name }}</strong></td> <td>{{ ass.description }}<br> - <a href="#" class="small"> + <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> <span class="text-muted">|</span> <a href="#" class="small">Edit System</a> |