优化所有提交页面的翻页显示

This commit is contained in:
virusdefender
2016-05-30 14:35:16 +08:00
parent 3b6cbc51a1
commit df4db5141f
7 changed files with 61 additions and 28 deletions

View File

@@ -14,6 +14,11 @@ SMTP_CONFIG = {"smtp_server": "smtp.domain.com",
"password": "your_password",
"tls": False}
# 是否显示所有人的提交, False就只显示自己的
SHOW_ALL_SUBMISSIONS_LIST = False
# please set your own SECRET_KEY to a long random string
# SECRET_KEY = ""