From b085409e5e3fe1c4e8bd2ea2f2de12ef76467915 Mon Sep 17 00:00:00 2001 From: Iain Learmonth Date: Wed, 11 May 2022 15:22:58 +0100 Subject: [PATCH] portal: add bridge configurations to group view --- app/portal/templates/group.html.j2 | 6 ++++++ 1 file changed, 6 insertions(+) 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 %}