From 512590d615f3b91d0e614d441d8cc30455592e89 Mon Sep 17 00:00:00 2001 From: James Graham Date: Mon, 9 Mar 2020 12:43:57 +0000 Subject: [PATCH] feat(network): Add style to network Style nodes and edges of network Fix layout of network not running See #14 --- breccia_mapper/templates/base.html | 4 +++ people/templates/people/network.html | 40 +++++++++++++++++++++------- 2 files changed, 34 insertions(+), 10 deletions(-) diff --git a/breccia_mapper/templates/base.html b/breccia_mapper/templates/base.html index e840c53..123d2ea 100644 --- a/breccia_mapper/templates/base.html +++ b/breccia_mapper/templates/base.html @@ -73,6 +73,10 @@ Activities + + {% if request.user.is_superuser %}