完善提交页面、提交列表和对应的后台逻辑
This commit is contained in:
7
template/oj/problem/_problem_header.html
Normal file
7
template/oj/problem/_problem_header.html
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
<h2 class="text-center">{{ problem.title }}</h2>
|
||||
|
||||
<p class="text-muted text-center">发布时间 : {{ problem.create_time }}
|
||||
时间限制 : {{ problem.time_limit }}ms
|
||||
内存限制 : {{ problem.memory_limit }}M
|
||||
</p>
|
||||
Reference in New Issue
Block a user