Add landing JEDI page

This commit is contained in:
luis cielak
2018-09-06 12:48:02 -05:00
committed by luisgov
parent f47255ee91
commit 8217633916
2 changed files with 81 additions and 2 deletions

View File

@@ -16,10 +16,10 @@
{% block template_vars %}{% endblock %}
{% include 'navigation/topbar.html' %}
{% if request.path != '/jedi' %} {% include 'navigation/topbar.html' %} {% endif %}
<div class='global-layout'>
{% include 'navigation/global_navigation.html' %}
{% if request.path != '/jedi' %} {% include 'navigation/global_navigation.html' %} {% endif %}
<div class='global-panel-container'>
{% block sidenav %}{% endblock %}