Remove some edbob, unicode tweak, etc.

In particular it was noticed that edbob has been configuring FormAlchemy
all this time, whoops.  That's still partially the case but now at least
it's explicit.
This commit is contained in:
Lance Edgar 2015-01-19 00:45:26 -06:00
parent e47477f0c4
commit c4a19f279b
4 changed files with 61 additions and 30 deletions

View file

@ -3,7 +3,7 @@
<%def name="title()">${"New "+form.pretty_name if form.creating else form.pretty_name+' : '+capture(self.model_title)}</%def>
<%def name="model_title()">${h.literal(str(form.fieldset.model))}</%def>
<%def name="model_title()">${h.literal(unicode(form.fieldset.model))}</%def>
<%def name="head_tags()">
${parent.head_tags()}