New batch system! Hopefully nothing else broke...
Attempt number 5,176 at a decent batch system, we'll see.
This commit is contained in:
parent
c4a19f279b
commit
b05f30d9fe
15 changed files with 1213 additions and 32 deletions
3
tailbone/templates/vendors/catalogs/create.mako
vendored
Normal file
3
tailbone/templates/vendors/catalogs/create.mako
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
## -*- coding: utf-8 -*-
|
||||
<%inherit file="/batch/create.mako" />
|
||||
${parent.body()}
|
3
tailbone/templates/vendors/catalogs/index.mako
vendored
Normal file
3
tailbone/templates/vendors/catalogs/index.mako
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
## -*- coding: utf-8 -*-
|
||||
<%inherit file="/batch/index.mako" />
|
||||
${parent.body()}
|
3
tailbone/templates/vendors/catalogs/view.mako
vendored
Normal file
3
tailbone/templates/vendors/catalogs/view.mako
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
## -*- coding: utf-8 -*-
|
||||
<%inherit file="/batch/view.mako" />
|
||||
${parent.body()}
|
Loading…
Add table
Add a link
Reference in a new issue