aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/caf
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-08-14 14:15:42 +0100
committerMatthew Lemon <matt@matthewlemon.com>2020-08-14 14:15:42 +0100
commitfae4983bbea2381708ab1faa4732d2a21831e800 (patch)
treed772128ceb8d90366d3a48af079ef16af7672b58 /ctrack/caf
parentae4023fee02cd69fa724f03fd12dc0a7dee2e42b (diff)
tweaks to html
Diffstat (limited to 'ctrack/caf')
-rw-r--r--ctrack/caf/templates/caf/applicablesystem_detail.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/ctrack/caf/templates/caf/applicablesystem_detail.html b/ctrack/caf/templates/caf/applicablesystem_detail.html
index 9d695a5..9e12043 100644
--- a/ctrack/caf/templates/caf/applicablesystem_detail.html
+++ b/ctrack/caf/templates/caf/applicablesystem_detail.html
@@ -12,11 +12,14 @@
<h4>{{ object.name }}</h4>
</div>
<div class="row">
- <h5>Function</h5>
+ <h5>{{ object.caf.organisation }}</h5>
+ </div>
+ <div class="row">
+ <h6>Function</h6>
</div>
<div class="row">
<p>{{ object.function }}</p>
- <p>Contained within CAF: to <a href="{% url "caf:detail" object.caf.pk %}">{{ object.caf }}</a></p>
+ <p>Contained within CAF: <a href="{% url "caf:detail" object.caf.pk %}">{{ object.caf }}</a></p>
</div>
</div>
</div>