Set js in correct file
This commit is contained in:
parent
3a0fe87a8e
commit
3b7183fc63
2 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,8 @@
|
|||
{% load static i18n custom_tags cms_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 != True %}navbar-transparent{% endif %}">
|
||||
<!-- Brand and toggle get grouped for better mobile display -->
|
||||
<div class="navbar-header">
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{% 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">
|
||||
|
|
Loading…
Reference in a new issue