Archived
1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
SOD/views/admin/departments/add.pug

14 lines
506 B
Text

extends ../../layout
block content
div.container
h1=__("admin.new")+" "+__("department")
div.row
form(action="/admin/departments/add" method="POST")
div.row
div.input-field.col.s12
label(for="name")=__("admin.name")+":"
input#name(type="text" name="name" required)
div.row.center
div.input-field.col.s12
+submit(__("admin.add"))