aboutsummaryrefslogtreecommitdiff
path: root/templates/partials
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-09-15 12:47:50 -0400
committerBobby <[email protected]>2024-09-15 12:47:50 -0400
commit3a29e68d8baa9eec3d2f2483bfdb26b37d7ab2dd (patch)
treeeaca424bc1b74b854e760c5e0388a44dd516f463 /templates/partials
parentd237fe78518313579b5d49b73958c94effc10ee6 (diff)
downloadyugen-3a29e68d8baa9eec3d2f2483bfdb26b37d7ab2dd.tar.xz
yugen-3a29e68d8baa9eec3d2f2483bfdb26b37d7ab2dd.zip
added watchlist
Diffstat (limited to 'templates/partials')
-rw-r--r--templates/partials/navbar.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/partials/navbar.html b/templates/partials/navbar.html
index 6c49fd2..67e931d 100644
--- a/templates/partials/navbar.html
+++ b/templates/partials/navbar.html
@@ -119,8 +119,8 @@
</a>
<!-- Watchlist icon -->
- <a href="#watchlist" class="flex flex-col gap-2 items-center">
- {% if request.path == '/watchlist/' %}
+ <a href="{% url "home:watchlist" %}" class="flex flex-col gap-2 items-center">
+ {% if request.path == '/watchlist' %}
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
@@ -370,8 +370,8 @@
</a>
<!-- Watchlist icon -->
- <a href="#watchlist" class="flex flex-col gap-2 items-center">
- {% if request.path == '/watchlist/' %}
+ <a href="{% url "home:watchlist" %}" class="flex flex-col gap-2 items-center">
+ {% if request.path == '/watchlist' %}
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"