summary refs log tree commit diff
path: root/synapse/res/templates/recaptcha.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove registration fallback code. (#15405)Patrick Cloke2023-04-131-1/+5
| | | | | | The registration fallback is broken and unspecced. This removes it since there is no plan to spec it. Note that this does not modify the login fallback code.
* Fix #11308 : Remove dependency on jquery on reCAPTCHA page (#14672)Jeyachandran Rathnam2022-12-141-2/+1
|
* Fix HTML templates missing correct HTML tags (#14448)Erik Johnston2022-11-161-0/+1
|
* Improve aesthetics and reusability of HTML templates. (#13652)Germain2022-10-211-11/+8
| | | | | | | 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
|
* Display an error page during failure of fallback UIA. (#10561)Callum Brown2021-08-181-0/+3
|
* Convert additional templates to Jinja (#8444)Patrick Cloke2020-10-021-0/+38
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.