Use link() for CoC references
authorStephen Frost <sfrost@snowman.net>
Mon, 24 Sep 2018 13:22:24 +0000 (09:22 -0400)
committerStephen Frost <sfrost@snowman.net>
Mon, 24 Sep 2018 13:22:24 +0000 (09:22 -0400)
templates/base.html
templates/index_base.html

index 1ed91056b1522db928a4c8fdba2c0f75afba8770..07c3c95b41cd6822682bdf0d780537437ed4168f 100644 (file)
@@ -65,7 +65,7 @@
            <!-- Footer -->
            <footer id="side">
                <p>
-                   <a href="/code-of-conduct">Code of Conduct</a> | @PGDayAU | <a href="mailto:pgdu-committee@lists.pgdu.org">pgdu-committee@lists.pgdu.org</a> | © 2018 PostgreSQL Down Under Inc.
+               <a href="{{link("/code-of-conduct")}}">Code of Conduct</a> | @PGDayAU | <a href="mailto:pgdu-committee@lists.pgdu.org">pgdu-committee@lists.pgdu.org</a> | © 2018 PostgreSQL Down Under Inc.
          </p>
       </footer>
 
index cf7e5c9241d2664967c8896ae71b89e5c5a4b301..d9d2e80e4c276968a09674898d27ce84be368211 100644 (file)
@@ -56,7 +56,7 @@
        <!-- Footer -->
        <footer>
            <p>
-             <a href="/code-of-conduct">Code of Conduct</a> | @PGDayAU | <a href="mailto:pgdu-committee@lists.pgdu.org">pgdu-committee@lists.pgdu.org</a> | © 2018 PostgreSQL Down Under Inc.
+           <a href="{{link("/code-of-conduct")}}">Code of Conduct</a> | @PGDayAU | <a href="mailto:pgdu-committee@lists.pgdu.org">pgdu-committee@lists.pgdu.org</a> | © 2018 PostgreSQL Down Under Inc.
            </p>
     </footer>