commit b74abac9548a84c20d9935fa3326e43a5d0cca60 Author: gus gus@torproject.org Date: Tue Oct 20 13:04:53 2020 -0400
Disable language dropdown on footer as we dont have localization ready. --- templates/footer.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/templates/footer.html b/templates/footer.html index 744fd651..b5f61e81 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -93,7 +93,7 @@ </div> <div class="col-sm-2 mt-5 d-none d-sm-block"> <div class="btn-group dropup float-right"> - <button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> + <!--<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> {{ bag('alternatives', this.alt, 'language') }} </button> <div class="dropdown-menu"> @@ -102,7 +102,8 @@ <a class="dropdown-item" href="{{ this.path|url(alt=id) }}">{{ item.language }}</a> {% endif %} {% endfor %} - </div> + --> + </div> </div> </div> </div>