From 23a3a2a61c6b50dbb129d796a99bc27d4adbc0a3 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 5 Oct 2020 16:03:32 +0100 Subject: change title tag --- ctrack/caf/templates/caf/caf_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctrack/caf/templates/caf/caf_detail.html b/ctrack/caf/templates/caf/caf_detail.html index 4e0e2e5..56cb744 100644 --- a/ctrack/caf/templates/caf/caf_detail.html +++ b/ctrack/caf/templates/caf/caf_detail.html @@ -2,7 +2,7 @@ {% load static %} -{% block title %}CAF Detail{% endblock %} +{% block title %}{{ object }}{% endblock %} {% block content %}
-- cgit v1.2.3