diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-09-10 17:06:54 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-09-10 17:06:54 +0100 |
commit | 97516ced1a3907a1809d2c90c51db0764f37c317 (patch) | |
tree | cbfcd1462a1cd23461600a90017561605bdcfe95 | |
parent | a336fc622aee1676470b316b8559de295de54094 (diff) |
added submode to table
-rw-r--r-- | ctrack/caf/templates/caf/applicablesystem_list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ctrack/caf/templates/caf/applicablesystem_list.html b/ctrack/caf/templates/caf/applicablesystem_list.html index 435449a..a87d7e9 100644 --- a/ctrack/caf/templates/caf/applicablesystem_list.html +++ b/ctrack/caf/templates/caf/applicablesystem_list.html @@ -35,8 +35,8 @@ {% endfor %} </ul> </td> - <td>hello</td> - <td>hello</td> + <td>{{ sys.get_organisation.submode }}</td> + <td>hello!</td> <td>hello</td> <td>hello</td> <td>hello</td> |