feat(network): Add style to network

Style nodes and edges of network
Fix layout of network not running

See #14
This commit is contained in:
James Graham
2020-03-09 12:43:57 +00:00
parent 6e00c42302
commit 512590d615
2 changed files with 34 additions and 10 deletions

View File

@@ -73,6 +73,10 @@
<a href="{% url 'activities:activity.list' %}" class="nav-link">Activities</a>
</li>
<li class="nav-item">
<a href="{% url 'people:network' %}" class="nav-link">Network</a>
</li>
{% if request.user.is_superuser %}
<li class="nav-item">
<a href="{% url 'admin:index' %}" class="nav-link">Admin</a>