mobile app apply_contest contest_detail contest_edit notifications theme

This commit is contained in:
2026-02-27 20:36:34 +08:00
parent 17a4415cd2
commit 4cd4b6ef52
5 changed files with 53 additions and 6 deletions

View File

@@ -59,6 +59,9 @@
<a href="{{ url_for('admin_teacher_applications') }}" class="px-6 py-2 bg-orange-100 text-orange-700 border border-orange-300 rounded-md font-medium hover:bg-orange-200">
审批老师申请
</a>
<a href="{{ url_for('contest_edit', contest_id=contest.id) }}#papers" class="px-6 py-2 bg-green-100 text-green-700 border border-green-300 rounded-md font-medium hover:bg-green-200">
上传历年真题
</a>
<a href="{{ url_for('contest_edit', contest_id=contest.id) }}" class="px-6 py-2 bg-yellow-100 text-yellow-700 border border-yellow-300 rounded-md font-medium hover:bg-yellow-200">
编辑主页
</a>