Skip to content

Commit

Permalink
remove nav from quests
Browse files Browse the repository at this point in the history
  • Loading branch information
octavioamu committed May 8, 2020
1 parent 9ee22a4 commit 8ebf864
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/quests/templates/quests/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@
<body class="g-font-muli {{body_class}} {{quest.background}} {{quest.style}}">
{% include 'shared/tag_manager_2.html' %}
{% include 'shared/top_nav.html' with class='d-md-flex' %}
<div class="header dash">
{% if nav == 'home' %}
{% include 'home/nav.html' %}
{% else %}
{% include 'quests/nav.html' %}
{% endif %}
</div>
<div class="row back_gradient">
<div class="{% if not hide_col %}col-12 col-sm-10 m-auto{%endif %}" style="{% if hide_col %}width:100%;{%endif %}">
{% block 'content' %}
Expand Down

0 comments on commit 8ebf864

Please sign in to comment.