Skip to content
This repository was archived by the owner on Aug 10, 2019. It is now read-only.
This repository was archived by the owner on Aug 10, 2019. It is now read-only.

部分 bug #12

Description

@virusdefender

我的消息页面没分页

修改方法
controller/message.py/MessageHandler最后一行修改为

self.render("message.htm", messages=messages, count=count, cutstr=cutstr, page=page, each=limit)

html 模板增加

<div class="am-panel-footer">
     {% raw pagenav(now = page, count = count, each = each, url = '/message/%d') %}
     <div class="am-cf"></div>
</div>

最近在将这个论坛做一点修改,然后用于我们的 online judge 的论坛,完成后会按照协议开源。现在改的比较乱,就不 pr 了。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions