Skip to content

Commit

Permalink
Modify H1ve-Theme base.html to adapt more navs add in admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
0akarma committed Jan 26, 2020
1 parent 1559807 commit 582e056
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CTFd/themes/H1ve-theme/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,11 @@ <h3 class="loader-text">Loading</h3>
<a class="nav-link" href="{{ page.route }}">{{ page.title }}</a>
</li>
{% else %}
<li class="nav-item">
<a class="nav-link" href="{{ url_for('views.static_html', route=page.route) }}">{{ page.title }}</a>
<li id="{{ page.route }}">
<a href="{{ url_for('views.static_html', route=page.route) }}">
<span class="main-link">{{ page.title }}</span>
<span class="jewel"></span>
</a>
</li>
{% endif %}
{% endfor %}
Expand Down

0 comments on commit 582e056

Please sign in to comment.