Highlight improper council dokuwiki groups in member info table.

This commit is contained in:
Dominik Pantůček 2023-07-02 20:31:16 +02:00
parent d5c94cb52c
commit 94dc507953
2 changed files with 21 additions and 5 deletions

View file

@ -408,7 +408,7 @@
(ldict-ref mb 'dokuwiki))))
(when (not (null? dwpu))
(newline)
(print "DokuWiki users in wrong group(s): "
(print "DokuWiki users (non-members) in wrong group(s): "
(string-intersperse
(map car dwpu)
", "))))