diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-05 16:03:32 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-05 16:03:32 +0100 |
commit | 23a3a2a61c6b50dbb129d796a99bc27d4adbc0a3 (patch) | |
tree | b943be964ff6efaab8f9e5d957d233fcce256848 | |
parent | e63c940dddbae1751fd9655cae5596ae0284d619 (diff) |
change title tag
-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"> |