summary refs log tree commit diff
path: root/synapse/res/templates/auth_success.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve aesthetics and reusability of HTML templates. (#13652)Germain2022-10-211-14/+14
| | | | | | | Use a base template to create a cohesive feel across the HTML templates provided by Synapse. Adds basic styling to the base template for a more user-friendly look and feel.
* Add viewport directive to HTML templates to optimise for mobile (#13493)Germain2022-08-111-2/+2
|
* Convert additional templates to Jinja (#8444)Patrick Cloke2020-10-021-0/+21
This converts a few more of our inline HTML templates to Jinja. This is somewhat part of #7280 and should make it a bit easier to customize these in the future.