diff options
author | MR Lemon <matt@matthewlemon> | 2020-04-25 16:55:38 +0100 |
---|---|---|
committer | MR Lemon <matt@matthewlemon> | 2020-04-25 16:55:38 +0100 |
commit | 8c5aca2e21b4a957d15fd774399071fb66a0f211 (patch) | |
tree | 2aef1f23a37b4731f1e34785e7d6be9873ac7cb5 /ctrack | |
parent | c877b91ddbe63c51ba92984f6f95850da9ae75c8 (diff) |
added title tag
Diffstat (limited to 'ctrack')
-rw-r--r-- | ctrack/organisations/templates/organisations/organisation_list.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ctrack/organisations/templates/organisations/organisation_list.html b/ctrack/organisations/templates/organisations/organisation_list.html index 55f0915..5cb0226 100644 --- a/ctrack/organisations/templates/organisations/organisation_list.html +++ b/ctrack/organisations/templates/organisations/organisation_list.html @@ -1,6 +1,11 @@ {% extends "base.html" %} +{% block title %} + Organisations +{% endblock %} + {% block content %} + <div class="container mt-3"> <div class="row"> <div class="col-md-12 pl-0 my-2"> |