6c3722737d
these changes are all with Buefy "forms" support in mind. hopefully didn't break any legacy/jquery stuff... and yeah, lots more left to do still for the sake of Buefy forms
7 lines
174 B
Mako
7 lines
174 B
Mako
## -*- coding: utf-8; -*-
|
|
<%inherit file="/form.mako" />
|
|
|
|
<%def name="title()">New ${model_title_plural if master.creates_multiple else model_title}</%def>
|
|
|
|
${parent.body()}
|
|
|