@ -1,4 +1,4 @@
{% load static %}
{% load static common %}
< script >
< script >
window.onscroll = () => {
window.onscroll = () => {
@ -36,18 +36,22 @@ window.onclick = function(event) {
}
}
< / script >
< / script >
{% settings_value 'STARTPAGE_REDIRECT_URL' as redirect_url %}
< div class = "navigation" >
< div class = "navigation" >
< div id = "myNavbar" class = "navbar" >
< div id = "myNavbar" class = "navbar" >
< a href = "/" > < img style = "margin: 0; padding: 0;" src = "{% static 'general/img/jdav_logo_sektion.png' %}" > < / a >
< a href = "/" > < img style = "margin: 0; padding: 0;" src = "{% static 'general/img/jdav_logo_sektion.png' %}" > < / a >
{% if not redirect_url %}
< div >
< div >
< button onclick = "myFunction()" class = "dropbtn" > Menü< / button >
< button onclick = "myFunction()" class = "dropbtn" > Menü< / button >
< a class = "nav" href = "/kompass" > Login< / a >
< a class = "nav" href = "/kompass" > Login< / a >
< / div >
< / div >
{% endif %}
< / div >
< / div >
< div class = "dropdown" >
< div class = "dropdown" >
< div id = "myDropdown" class = "dropdown-content" >
< div id = "myDropdown" class = "dropdown-content" >
{% if not redirect_url %}
< div class = "menu-level-1" >
< div class = "menu-level-1" >
< ul >
< ul >
< li >
< li >
@ -117,6 +121,7 @@ window.onclick = function(event) {
< / li >
< / li >
< / ul >
< / ul >
< / div >
< / div >
{% endif %}
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >