Files @ 8173b0cfe9bd
Branch filter:

Location: kallithea/rhodecode/controllers/__init__.py

Mads Kiilerich
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.