Skip to content

Commit

Permalink
Merge pull request #313 from newpanjing/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
newpanjing authored Sep 26, 2020
2 parents c6a64ea + 5c2e034 commit 0808ffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion simpleui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def get_version():
return '2020.9'
return '2020.9.26'
2 changes: 1 addition & 1 deletion simpleui/templates/admin/pagination.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:current-page="{{ cl.page_num }}+1"
:page-size="{{ cl.list_per_page }}"
layout="total,prev, pager, next, jumper"
:total="{{ cl.result_count }}">
:total="{{ cl.result_count|to_str }}">
</el-pagination>
{% endif %}
</div>
Expand Down

0 comments on commit 0808ffa

Please sign in to comment.