Files
@ 8173b0cfe9bd
Branch filter:
Location: kallithea/.hgignore
8173b0cfe9bd
264 B
text/plain
settings: simplify handling of form values for hooks and extensions
This makes simpler to follow the code path and search for input input field
names. The form field names are hardcoded in the template, so generating them
programmatically in the controller do not really add any flexibility.
This makes simpler to follow the code path and search for input input field
names. The form field names are hardcoded in the template, so generating them
programmatically in the controller do not really add any flexibility.