Remove last references to any "fieldset" type things

This commit is contained in:
Lance Edgar 2018-02-11 23:19:30 -06:00
parent cdaf36f346
commit cb8db266cd
4 changed files with 5 additions and 39 deletions

View file

@ -1,13 +0,0 @@
## -*- coding: utf-8 -*-
<%inherit file="/crud.mako" />
<%def name="context_menu_items()">
<li>${h.link_to("Back to Settings", url('settings'))}</li>
% if form.readonly:
<li>${h.link_to("Edit this Setting", url('settings.edit', name=form.fieldset.model.name))}</li>
% elif form.updating:
<li>${h.link_to("View this Setting", url('settings.view', name=form.fieldset.model.name))}</li>
% endif
</%def>
${parent.body()}