diff options
author | anoadragon453 <anoadragon453@users.noreply.github.com> | 2024-01-16 16:12:52 +0000 |
---|---|---|
committer | anoadragon453 <anoadragon453@users.noreply.github.com> | 2024-01-16 16:12:52 +0000 |
commit | 6f837065541a3f50ee81a89affafe0b5ff1db744 (patch) | |
tree | 34f5bfe3e6ead663a511e638732958502296eb04 /latest/templates.html | |
parent | deploy: 13e3740f7043858815790d128cf8fb37fff37ce6 (diff) | |
download | synapse-6f837065541a3f50ee81a89affafe0b5ff1db744.tar.xz |
deploy: 2927008e48ecb6ea5d24e622d7b2fffe94c45c44
Diffstat (limited to 'latest/templates.html')
-rw-r--r-- | latest/templates.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/latest/templates.html b/latest/templates.html index 4266bdc452..00f6d621df 100644 --- a/latest/templates.html +++ b/latest/templates.html @@ -115,7 +115,7 @@ <!-- Versions will be added dynamically in version-picker.js --> </ul> </div> - </div> + </div> </div> <h1 class="menu-title">Synapse</h1> @@ -124,10 +124,10 @@ <a href="print.html" title="Print this book" aria-label="Print this book"> <i id="print-button" class="fa fa-print"></i> </a> - <a href="https://github.com/matrix-org/synapse" title="Git repository" aria-label="Git repository"> + <a href="https://github.com/element-hq/synapse" title="Git repository" aria-label="Git repository"> <i id="git-repository-button" class="fa fa-github"></i> </a> - <a href="https://github.com/matrix-org/synapse/edit/develop/docs/templates.md" title="Suggest an edit" aria-label="Suggest an edit"> + <a href="https://github.com/element-hq/synapse/edit/develop/docs/templates.md" title="Suggest an edit" aria-label="Suggest an edit"> <i id="git-edit-button" class="fa fa-edit"></i> </a> </div> @@ -162,7 +162,7 @@ <h1 id="templates"><a class="header" href="#templates">Templates</a></h1> <p>Synapse uses parametrised templates to generate the content of emails it sends and webpages it shows to users.</p> -<p>By default, Synapse will use the templates listed <a href="https://github.com/matrix-org/synapse/tree/master/synapse/res/templates">here</a>. +<p>By default, Synapse will use the templates listed <a href="https://github.com/element-hq/synapse/tree/master/synapse/res/templates">here</a>. Server admins can configure an additional directory for Synapse to look for templates in, allowing them to specify custom templates:</p> <pre><code class="language-yaml">templates: @@ -285,7 +285,7 @@ and failure that a user will see when they confirm the password reset flow using page above. When rendering, <code>password_reset_success.html</code> is given no variable, and <code>password_reset_failure.html</code> is given a <code>failure_reason</code>, which contains the reason -for the password reset failure. </li> +for the password reset failure.</li> <li><code>registration_success.html</code> and <code>registration_failure.html</code>: HTML pages for success and failure that a user will see when they follow the link in an address verification email sent during registration. |