优化所有提交页面的翻页显示
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user