Files
@ 79edea9d56dc
Branch filter:
Location: kallithea/.travis.yml
79edea9d56dc
834 B
text/x-yaml
AuthSettingsController: remove formglobals variable
Since the formglobals variable is used only to populate the template
context, just assign values directly to `c` instead. This does involve
dropping the (very large) debug log entry listing all the formglobals.
Since the formglobals variable is used only to populate the template
context, just assign values directly to `c` instead. This does involve
dropping the (very large) debug log entry listing all the formglobals.