diff --git a/app/portal/templates/group.html.j2 b/app/portal/templates/group.html.j2 index e971720..1050c77 100644 --- a/app/portal/templates/group.html.j2 +++ b/app/portal/templates/group.html.j2 @@ -15,4 +15,10 @@ {% if group.origins %} {{ origins_table(group.origins) }} {% endif %} + +

Tor Bridge Configrations

+ Create new bridge configuration + {% if group.bridgeconfs %} + {{ bridges_table(origin.bridges) }} + {% endif %} {% endblock %}