Add explicit file encoding to all Mako templates.

Also remove some u"" style strings within templates, since they appear to
be unnecessary.
This commit is contained in:
Lance Edgar 2014-07-23 21:35:33 -07:00
parent 124e28c0c2
commit dcc1699f69
65 changed files with 69 additions and 7 deletions

View file

@ -1,3 +1,4 @@
## -*- coding: utf-8 -*-
<div ${grid.div_attrs()}>
<table>
<thead>

View file

@ -1,3 +1,4 @@
## -*- coding: utf-8 -*-
<div class="filters" url="${search.request.current_route_url()}">
${search.begin()}
${search.hidden('filters', 'true')}