|
|
@ -41,7 +41,8 @@
|
|
|
|
:request req
|
|
|
|
:request req
|
|
|
|
:content
|
|
|
|
:content
|
|
|
|
[[:h1 "Schema "
|
|
|
|
[[:h1 "Schema "
|
|
|
|
[:span.schema-title__name (:name schema)]]
|
|
|
|
[:span.schema-title__name
|
|
|
|
|
|
|
|
(h (:name schema))]]
|
|
|
|
[:h2 "Edit"]
|
|
|
|
[:h2 "Edit"]
|
|
|
|
(hform/form-to [:post (path :schema-edit)]
|
|
|
|
(hform/form-to [:post (path :schema-edit)]
|
|
|
|
(form/render-widgets forms/schema schema req)
|
|
|
|
(form/render-widgets forms/schema schema req)
|
|
|
|