Skip to content

Commit c32972e

Browse files
katporksdakotabenjamin
authored andcommitted
Fix: Linked correct directory, added needed i18n tags
1 parent dc84931 commit c32972e

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<header x-data="{ isMenuOpen: false, isSearchClicked: false }">
22
<!-- Search modal -->
3-
{% include "/search/search_modal.html" %}
3+
{% include "../search/search_modal.html" %}
44
<!-- Secondary navigation for desktop -->
5-
{% include "/nav/secondary_desktop_nav.html" %}
5+
{% include "../nav/secondary_desktop_nav.html" %}
66
<!-- Main mobile/desktop navigation -->
7-
{% include "/header_navigation.html" %}
7+
{% include "./header_navigation.html" %}
88
<!-- Mobile navigation -->
9-
{% include "/mobile/mobile_navigation.html" %}
9+
{% include "../mobile/mobile_navigation.html" %}
1010
</header>

hot_osm/templates/components/nav/primary_desktop_nav.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% load i18n %}
12
<div class="hidden lg:block">
23
<nav>
34
<ul class="flex text-base-18 p-0 flex-row py-0 gap-x-5" aria-label="main">

hot_osm/templates/components/nav/secondary_desktop_nav.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% load i18n %}
12
<div class="hidden lg:block border-b border-hot-light">
23
<nav class="flex h-12 mx-auto max-w-7xl px-4 justify-between items-center">
34
<!-- Social media icons -->

0 commit comments

Comments
 (0)