(self, data, action)
| 1132 | return f'<a rel="nofollow" href="{self.key}" {extra_attrs}>{web.net.htmlquote(self.displayname)}</a>' |
| 1133 | |
| 1134 | def set_data(self, data, action): |
| 1135 | self._data = data |
| 1136 | self._save(action=action) |
| 1137 | |
| 1138 | |
| 1139 | class UserGroup(Thing): |