diff options
-rw-r--r-- | ctrack/caf/templates/caf/caf_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} <div class="container mt-3"> |