
also start adding 'dirty' page behavior, to warn user if navigating away that changes will be lost also improve steps in wizard, so page header is scrolled into view when prev/next buttons are clicked. unfortunately it still does not work right if user clicks the step number on left of screen..
12 lines
245 B
Mako
12 lines
245 B
Mako
## -*- coding: utf-8; -*-
|
|
<%inherit file="/page.mako" />
|
|
|
|
<%def name="title()">Schema Migrations</%def>
|
|
|
|
<%def name="render_this_page()">
|
|
<h3 class="is-size-3">TODO: show current revisions and allow DB upgrades</h3>
|
|
</%def>
|
|
|
|
|
|
${parent.body()}
|
|
|