aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/templates
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-08-13 11:49:04 +0100
committerMatthew Lemon <matt@matthewlemon.com>2020-08-13 11:49:04 +0100
commit5a955f9796c199338eb3182f1918c4708593a1be (patch)
treeff58dbbf9a68cb6bfef04f11386df088e558f5e9 /ctrack/templates
parentbd7ffed3034f66c16845063667f3bea7cc0a9e9a (diff)
changed description field to funciton in ApplicableSystem
Diffstat (limited to 'ctrack/templates')
-rw-r--r--ctrack/templates/pages/stakeholder_home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/templates/pages/stakeholder_home.html b/ctrack/templates/pages/stakeholder_home.html
index 5d32771..a0689d8 100644
--- a/ctrack/templates/pages/stakeholder_home.html
+++ b/ctrack/templates/pages/stakeholder_home.html
@@ -142,7 +142,7 @@
{% for system in systems %}
<tr>
<td>{{ system.name }}</td>
- <td>{{ system.description }}</td>
+ <td>{{ system.function }}</td>
<td>{{ system.caf }} | <small><a href="#">Update WebCAF</a></small></td>
</tr>
{% endfor %}