Avoid error when no form present
This commit is contained in:
parent
0a0b471a03
commit
b653351f71
|
@ -60,7 +60,7 @@
|
|||
|
||||
<%def name="modify_this_page_vars()">
|
||||
${parent.modify_this_page_vars()}
|
||||
% if can_edit_help:
|
||||
% if can_edit_help and form:
|
||||
<script type="text/javascript">
|
||||
|
||||
${form.component_studly}.methods.configureFieldInit = function(fieldname) {
|
||||
|
|
Loading…
Reference in a new issue