From 7ed43a5752cc116f88a98da87c80ff0b1df76777 Mon Sep 17 00:00:00 2001 From: Jean-Sebastien Caux <jscaux@ABACUS.local> Date: Sun, 17 Apr 2016 12:20:34 +0200 Subject: [PATCH] Fix bug in graph template again --- scipost/templates/scipost/graph.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipost/templates/scipost/graph.html b/scipost/templates/scipost/graph.html index 6d221aedb..bb68a2cab 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 %} -- GitLab