Set js for non transparent navbar always

This commit is contained in:
PCoder 2019-12-24 10:37:24 +05:30
commit f1821954eb
2 changed files with 15 additions and 11 deletions

View file

@ -1,6 +1,8 @@
{% load staticfiles i18n custom_tags %}
{% get_current_language as LANGUAGE_CODE %}
{% if instance.show_non_transparent_navbar_always %}
<script>window.non_transparent_navbar_always=true;</script>
{% endif %}
<nav class="navbar navbar-default navbar-fixed-top topnav {% if instance.show_non_transparent_navbar_always is False %}navbar-transparent{% endif %}">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">