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_new.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 backend/admin/templates/problem_new.html (limited to 'backend/admin/templates/problem_new.html') diff --git a/backend/admin/templates/problem_new.html b/backend/admin/templates/problem_new.html new file mode 100644 index 0000000..ed8ad2a --- /dev/null +++ b/backend/admin/templates/problem_new.html @@ -0,0 +1,32 @@ +{{ template "base.html" . }} + +{{ define "breadcrumb" }} +Dashboard | Problems +{{ end }} + +{{ define "content" }} +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+{{ end }} -- cgit v1.2.3-70-g09d2