From deacd0dfc195bca41af631114804d29937337cd8 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 17 Jan 2024 02:11:31 +0900 Subject: . --- services/app/templates/admin_quiz_edit.html.twig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 services/app/templates/admin_quiz_edit.html.twig (limited to 'services/app/templates/admin_quiz_edit.html.twig') diff --git a/services/app/templates/admin_quiz_edit.html.twig b/services/app/templates/admin_quiz_edit.html.twig new file mode 100644 index 0000000..114de02 --- /dev/null +++ b/services/app/templates/admin_quiz_edit.html.twig @@ -0,0 +1,11 @@ +{% extends '_page.html.twig' %} + +{% block content %} +

+ このページは管理画面です。通常の問題はこちらを参照してください +

+ {{ include('form/_form.html.twig') }} +

+ テストケースを追加・削除・編集する +

+{% endblock %} -- cgit v1.2.3-70-g09d2