diff options
| author | Bobby <[email protected]> | 2024-09-15 12:47:50 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-09-15 12:47:50 -0400 |
| commit | 3a29e68d8baa9eec3d2f2483bfdb26b37d7ab2dd (patch) | |
| tree | eaca424bc1b74b854e760c5e0388a44dd516f463 /templates/partials | |
| parent | d237fe78518313579b5d49b73958c94effc10ee6 (diff) | |
| download | yugen-3a29e68d8baa9eec3d2f2483bfdb26b37d7ab2dd.tar.xz yugen-3a29e68d8baa9eec3d2f2483bfdb26b37d7ab2dd.zip | |
added watchlist
Diffstat (limited to 'templates/partials')
| -rw-r--r-- | templates/partials/navbar.html | 8 |
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" |
