1
0
Fork 0
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:
kakwa 2015-07-10 20:11:07 +02:00
parent 6dd81f5a91
commit 04c294e038
2 changed files with 5 additions and 3 deletions

View file

@ -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