summary refs log tree commit diff
path: root/develop/consent_tracking.html
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2021-11-01 11:36:20 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2021-11-01 11:36:20 +0000
commit6b78680875d9e721d46e4f3d34047c6a3fbd2f33 (patch)
treed64455b2305504485a55d2fec294620c72e6398d /develop/consent_tracking.html
parentdeploy: e320f5dba32f5b5818b6d5a0059ae388430b9a72 (diff)
downloadsynapse-6b78680875d9e721d46e4f3d34047c6a3fbd2f33.tar.xz
deploy: ece84f2c450d986e54acc80971225fb02f4e1d05
Diffstat (limited to 'develop/consent_tracking.html')
-rw-r--r--develop/consent_tracking.html2
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 %}
   &lt;!-- The variables used here are only provided when the 'u' param is given to the homeserver --&gt;
   &lt;form method=&quot;post&quot; action=&quot;consent&quot;&gt;
     &lt;input type=&quot;hidden&quot; name=&quot;v&quot; value=&quot;{{version}}&quot;/&gt;