From 0f7522d3c36391ea6750f52861c3b67ef0fcf4e2 Mon Sep 17 00:00:00 2001 From: MR Lemon Date: Fri, 17 Apr 2020 14:44:42 +0100 Subject: Tweaked the CAF list page --- ctrack/caf/templates/caf/caf_detail.html | 4 ++-- ctrack/caf/templates/caf/caf_list.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'ctrack/caf') diff --git a/ctrack/caf/templates/caf/caf_detail.html b/ctrack/caf/templates/caf/caf_detail.html index 730a5ab..eea5c3a 100644 --- a/ctrack/caf/templates/caf/caf_detail.html +++ b/ctrack/caf/templates/caf/caf_detail.html @@ -7,7 +7,7 @@
-

{{ object }}

+

{{ object }}

@@ -160,4 +160,4 @@ {% endblock %} -{% comment %} {% endcomment %} \ No newline at end of file +{% comment %} {% endcomment %} diff --git a/ctrack/caf/templates/caf/caf_list.html b/ctrack/caf/templates/caf/caf_list.html index 1deafae..ce2940e 100644 --- a/ctrack/caf/templates/caf/caf_list.html +++ b/ctrack/caf/templates/caf/caf_list.html @@ -7,7 +7,7 @@
-

CAF Summary

+

CAF List

@@ -15,7 +15,7 @@ Organisation - Version + Link Sub Mode Applicable Systems @@ -23,7 +23,7 @@ {% for caf in object_list %} {{ caf.organisation }} - {{ caf.version }} + {{ caf.version }} {{ caf.sub_mode }}
    -- cgit v1.2.3