Files
@ 79edea9d56dc
Branch filter:
Location: kallithea/docs/changelog.rst
79edea9d56dc
200 B
text/prs.fallenstein.rst
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.