(self, to)
| 371 | # Create a new wrapper nonce that allows to load html file |
| 372 | @flag.admin |
| 373 | def actionServerGetWrapperNonce(self, to): |
| 374 | wrapper_nonce = self.request.getWrapperNonce() |
| 375 | self.response(to, wrapper_nonce) |
| 376 | |
| 377 | def actionAnnouncerInfo(self, to): |
| 378 | back = self.formatAnnouncerInfo(self.site) |
nothing calls this directly
no test coverage detected