mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 05:11:31 -05:00
test for theming function + sticky nav
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
|
||||
<nav class="navbar navbar-expand-lg {{ theme_values.nav_text_class }}"
|
||||
id="id_main_nav"
|
||||
style="{% sticky_nav request %}; background-color: {{ theme_values.nav_bg_color }}">
|
||||
style="{{ theme_values.sticky_nav }}; background-color: {{ theme_values.nav_bg_color }}">
|
||||
|
||||
{% if not request.user.userpreference.left_handed %}
|
||||
{% if not request.user.is_authenticated or request.user.userpreference.nav_show_logo %}
|
||||
|
||||
Reference in New Issue
Block a user