Add basic Buefy support for App Settings page

also various buttons have been tweaked on some other "master view" pages
This commit is contained in:
Lance Edgar 2019-04-17 14:55:27 -05:00
parent e1ff4578e9
commit fcfc8b56bb
13 changed files with 245 additions and 52 deletions

View file

@ -21,7 +21,9 @@
<%def name="object_helpers()">
${parent.object_helpers()}
${view_profiles_helper(instance.people)}
% if instance.people:
${view_profiles_helper(instance.people)}
% endif
</%def>
${parent.body()}