diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-14 20:23:53 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-14 20:23:53 +0100 |
commit | bd3be4de2c6df800e795dfdeb2c49aa8b9797c05 (patch) | |
tree | 3ac4f24be57d9e8bd7c5d90a0aede51d31080f80 /ctrack/caf/templates | |
parent | 37dacac608acc4be78b50ad9f7d9526fb3d71a2d (diff) |
starting to fix CAF event list on CAF detail page - but not there yet
Diffstat (limited to 'ctrack/caf/templates')
-rw-r--r-- | ctrack/caf/templates/caf/caf_list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ctrack/caf/templates/caf/caf_list.html b/ctrack/caf/templates/caf/caf_list.html index d82a709..437f083 100644 --- a/ctrack/caf/templates/caf/caf_list.html +++ b/ctrack/caf/templates/caf/caf_list.html @@ -17,7 +17,7 @@ <thead> <tr> <th>Organisation</th> - <th>Link</th> + <th>CAF</th> <th>Sub Mode</th> <th>Applicable Systems</th> </tr> @@ -26,7 +26,7 @@ <tr> <td><a href="{% url "organisations:detail" slug=caf.organisation.slug %}">{{ caf.organisation }}</a> </td> - <td><a href="{% url 'caf:detail' pk=caf.pk %}">{{ caf.version }}</a></td> + <td><a href="{% url 'caf:detail' pk=caf.pk %}">{{ caf }}</a></td> <td>{{ caf.sub_mode }}</td> <td> <ul> |