SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 7ed43a57 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Fix bug in graph template again

parent 4d32520f
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment