[tor-commits] [bridgedb/master] Inherit base.html

aagbsn at torproject.org aagbsn at torproject.org
Wed Apr 17 00:26:44 UTC 2013


commit e2746802e8d94825af69de5ab2bceb546e2cfea9
Author: Sathyanarayanan Gunasekaran <gsathya.ceg at gmail.com>
Date:   Sat Mar 16 19:26:04 2013 -0400

    Inherit base.html
---
 templates/bridges.html |    2 ++
 templates/captcha.html |    2 ++
 templates/index.html   |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/templates/bridges.html b/templates/bridges.html
index 70f64cb..3afc7e5 100644
--- a/templates/bridges.html
+++ b/templates/bridges.html
@@ -1,3 +1,5 @@
+<%inherit file="base.html"/>
+
 <h2> Bridges </h3>
 <br />
 <pre>
diff --git a/templates/captcha.html b/templates/captcha.html
index ca6699f..f95ffe6 100644
--- a/templates/captcha.html
+++ b/templates/captcha.html
@@ -1,3 +1,5 @@
+<%inherit file="base.html"/>
+
 <div class="captcha">
   <input type="hidden" name="recaptcha_challenge_field"
     id="recaptcha_challenge_field"                        value="03AHJ_VuuEc-3bxAV4t4czoovajwas7ZxKMTAf8QumwzO6pjV_19gnLT-WIhfhgWaR_APT9K5aqaV-F2z9wja-1JrmHSVsWPzj8QHJTU0T2PHr-f3zY409BgWLp1cvpnHu36i_aArc6WpZ0Lw3hI8SEY6MybG9YyKmpZm2jcVobV3oA8iqNkkOsMw">
diff --git a/templates/index.html b/templates/index.html
index 019451d..fbaf2cb 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,3 +1,5 @@
+<%inherit file="base.html"/>
+
 <h3>Looking for obfuscated bridges?</h3>
 
 <p class="lead">Depending on the bundle you are using you will need different bridges:</p>





More information about the tor-commits mailing list