dcc1699f69
Also remove some u"" style strings within templates, since they appear to be unnecessary.
7 lines
111 B
Mako
7 lines
111 B
Mako
## -*- coding: utf-8 -*-
|
|
<%inherit file="/grid.mako" />
|
|
|
|
<%def name="title()">Batches</%def>
|
|
|
|
${parent.body()}
|
|
|