mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
e54746bdf7
* Enables autoescape by default for HTML files. * Adds a new read_template method for reading a single template. * Some logic clean-up.
15 lines
393 B
HTML
15 lines
393 B
HTML
<html>
|
|
<head>
|
|
<title>Authentication</title>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<p>
|
|
A client is trying to {{ description }}. To confirm this action,
|
|
<a href="{{ redirect_url }}">re-authenticate with single sign-on</a>.
|
|
If you did not expect this, your account may be compromised!
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|