wagtail_hooks.py 文件源码

python
阅读 20 收藏 0 点赞 0 评论 0

项目:wagtail-experiments 作者: torchbox 项目源码 文件源码
def report_button(self, pk, classnames_add=[], classnames_exclude=[]):
        classnames = classnames_add
        cn = self.finalise_classname(classnames, classnames_exclude)
        return {
            'url': reverse('experiments:report', args=(quote(pk), )),
            'label': _('Show report'),
            'classname': cn,
            'title': _('Report for this %s') % self.verbose_name,
        }
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号