From e33bfff4db95586a3140b5e71a7d3dba2c72f694 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 6 Sep 2025 00:32:03 +0900 Subject: feat(backend): add admin page for problems --- backend/admin/templates/problem_edit.html | 36 +++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 backend/admin/templates/problem_edit.html (limited to 'backend/admin/templates/problem_edit.html') diff --git a/backend/admin/templates/problem_edit.html b/backend/admin/templates/problem_edit.html new file mode 100644 index 0000000..cc700f4 --- /dev/null +++ b/backend/admin/templates/problem_edit.html @@ -0,0 +1,36 @@ +{{ template "base.html" . }} + +{{ define "breadcrumb" }} +Dashboard | Problems +{{ end }} + +{{ define "content" }} +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+{{ end }} -- cgit v1.2.3-70-g09d2