diff options
Diffstat (limited to 'ctrack')
-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> |