mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 20:37:48 +02:00
disable autofill for modify forms
This commit is contained in:
parent
6dd81f5a91
commit
04c294e038
2 changed files with 5 additions and 3 deletions
|
@ -74,6 +74,7 @@ ${form_col(lc1)}
|
|||
${form_col(lc2)}
|
||||
</div>
|
||||
</div>
|
||||
% if autofill:
|
||||
<%
|
||||
from sets import Set
|
||||
attr_set = Set([])
|
||||
|
@ -118,3 +119,4 @@ if (fields['${attrid}'] != null) {
|
|||
};
|
||||
% endfor
|
||||
</script>
|
||||
% endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue