diff --git a/app/admin/templates/job_edit.html b/app/admin/templates/job_edit.html index 181e2ab..6a4cc27 100644 --- a/app/admin/templates/job_edit.html +++ b/app/admin/templates/job_edit.html @@ -1,33 +1,44 @@ -{% extends "sqladmin/layout.html" %} -{% from 'sqladmin/_macros.html' import render_form_fields %} +{% extends "sqladmin/edit.html" %} + {% block content %} + {{ super() }} -### 编辑{{ model_view.name }} - -{% if error %} - -{{ error }} - -{% endif %} - -