summary refs log tree commit diff
path: root/synapse/util/templates.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Backout changes for automatically calculating the public baseurl. (#9313)Patrick Cloke2021-02-111-3/+12
| | | | This breaks some people's configurations (if their Client-Server API is not accessed via port 443).
* Replace username picker with a template (#9275)Richard van der Hoff2021-02-011-0/+106
There's some prelimiary work here to pull out the construction of a jinja environment to a separate function. I wanted to load the template at display time rather than load time, so that it's easy to update on the fly. Honestly, I think we should do this with all our templates: the risk of ending up with malformed templates is far outweighed by the improved turnaround time for an admin trying to update them.