diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-04-14 11:52:59 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-04-14 11:52:59 +0100 |
commit | b607a6d1ec1ea0f4c2b63bf4b2cda69579ff345e (patch) | |
tree | 975a991143c7973987a8c5864e59365d72c0e843 | |
parent | 863eb63ae0db937a444e5e76aac8e3a16cec1d13 (diff) |
minor changes to subtitles
-rw-r--r-- | ctrack/caf/templates/caf/caf_detail.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ctrack/caf/templates/caf/caf_detail.html b/ctrack/caf/templates/caf/caf_detail.html index 185eb0d..2e3295d 100644 --- a/ctrack/caf/templates/caf/caf_detail.html +++ b/ctrack/caf/templates/caf/caf_detail.html @@ -63,11 +63,15 @@ </div> </div> + <div class="row pt-3 text-info"> + <h4>Assessments</h4> + </div> + <div class="row"> <div class="col-sm-12 p-2"> <div class="card bg-light"> <div class="card-body"> - <div class="card-title text-muted">Assessments</div> + <div class="card-title text-muted"></div> <div class="card-text"> <div class="table-responsive"> <table class="table"> |