[tor-commits] [tpo/master] Add cy-pres page

hiro at torproject.org hiro at torproject.org
Tue Jul 30 11:58:07 UTC 2019


commit 76501750c65b1598453a45b92fc6535c2f2b722e
Author: hiro <hiro at torproject.org>
Date:   Tue Jul 30 13:58:03 2019 +0200

    Add cy-pres page
---
 templates/about.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/templates/about.html b/templates/about.html
index 8a6552c..706617d 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -12,6 +12,10 @@
             <div class="container py-3 mt-5 preamble">
               {{ this.parent.body }}
             </div>
+          {% elif this.path ==  "/about/cy-pres" %}
+            <div class="container py-3 mt-5 preamble">
+              {{ this.parent.body }}
+            </div>
           {% elif this.parent.path == "/about/jobs" %}
             <div class="container py-3 mt-5">
               {{ this.summary }}



More information about the tor-commits mailing list