diff options
author | DMRobertson <DMRobertson@users.noreply.github.com> | 2021-11-01 11:36:20 +0000 |
---|---|---|
committer | DMRobertson <DMRobertson@users.noreply.github.com> | 2021-11-01 11:36:20 +0000 |
commit | 6b78680875d9e721d46e4f3d34047c6a3fbd2f33 (patch) | |
tree | d64455b2305504485a55d2fec294620c72e6398d /develop/consent_tracking.html | |
parent | deploy: e320f5dba32f5b5818b6d5a0059ae388430b9a72 (diff) | |
download | synapse-6b78680875d9e721d46e4f3d34047c6a3fbd2f33.tar.xz |
deploy: ece84f2c450d986e54acc80971225fb02f4e1d05
Diffstat (limited to 'develop/consent_tracking.html')
-rw-r--r-- | develop/consent_tracking.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/consent_tracking.html b/develop/consent_tracking.html index 7625152c5c..371736b67b 100644 --- a/develop/consent_tracking.html +++ b/develop/consent_tracking.html @@ -259,7 +259,7 @@ construct URIs where users can give their consent.</p> <p>In your consent templates, make use of the <code>public_version</code> variable to see if an unauthenticated user is viewing the page. This is typically wrapped around the form that would be used to actually agree to the document:</p> -<pre><code>{% if not public_version %} +<pre><code class="language-html">{% if not public_version %} <!-- The variables used here are only provided when the 'u' param is given to the homeserver --> <form method="post" action="consent"> <input type="hidden" name="v" value="{{version}}"/> |