aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/templates/pages
diff options
context:
space:
mode:
Diffstat (limited to 'ctrack/templates/pages')
-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 %}