commit b525ce7e0e43cdb00bedc095b3fabb782f271359 Author: Isis Lovecruft isis@torproject.org Date: Fri Apr 11 11:46:50 2014 +0000
Remove bridge selection buttons from base.html template. --- lib/bridgedb/templates/base.html | 30 ------------------------------ 1 file changed, 30 deletions(-)
diff --git a/lib/bridgedb/templates/base.html b/lib/bridgedb/templates/base.html index b5cfeed..30d5781 100644 --- a/lib/bridgedb/templates/base.html +++ b/lib/bridgedb/templates/base.html @@ -62,36 +62,6 @@ ${self.body()} ("""<a href="https://www.torproject.org/docs/bridges">""", "</a>")} </p>
- <h4>${_("I need a different type of bridge!")}</h4> - <p> - ${_("BridgeDB can provide bridges with either IPv4 or IPv6 addresses.")} - </p> - - <!-- Buttons for IP version selection --> - <p> - <div class="pt-container" style="margin: 20px 20px 20px"> - <div class="btn-toolbar" style="text-align: center; margin: 0;"> - <div class="btn-group"> - <a href="./bridges"> - <button class="btn btn-default" type="button"> - ${_("Get IPv4 bridges")} - </button> - </a> - <a href="./bridges?ipv6=true"> - <button class="btn btn-default" type="button"> - ${_("Get IPv6 bridges")} - </button> - </a> - <a href="./options"> - <button class="btn btn-default" type="button"> - ${_("Advanced Options")} - </button> - </a> - </div> - </div> - </div> - </p> - <h4>${_("I need an alternative way of getting bridges!")}</h4> <p>${_("Another way to find public bridge addresses is to send an email " "(from a %s or a %s address) to %s with the line 'get bridges' by "
tor-commits@lists.torproject.org