diff --git a/scipost/templates/scipost/graph.html b/scipost/templates/scipost/graph.html index 6d221aedb90535447cc1ce150052bc37b55310ff..bb68a2cab7e74fb3747dfc823f57b6f0f580bf53 100644 --- a/scipost/templates/scipost/graph.html +++ b/scipost/templates/scipost/graph.html @@ -162,7 +162,7 @@ function transform(d) { <section> <h1>Graph</h1> {{ graph }} - {% if graph.private }} + {% if graph.private %} <h3>Teams with access:</h3> <ul> {% for team in graph.teams_with_access.all %}