From a6a8f7eb43ddf3d4a740288fdf73eb38d7adaa50 Mon Sep 17 00:00:00 2001
From: Ozzie Isaacs
Date: Mon, 21 Mar 2022 19:33:57 +0100
Subject: [PATCH] Series Link in series view no longer clickable
---
cps/templates/index.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/cps/templates/index.html b/cps/templates/index.html
index 79ee29b6..28807343 100644
--- a/cps/templates/index.html
+++ b/cps/templates/index.html
@@ -125,9 +125,13 @@
{% if entry.series.__len__() > 0 %}
+ {% if page != "series" %}
{{entry.series[0].name}}
+ {% else %}
+ {{entry.series[0].name}}
+ {% endif %}
({{entry.series_index|formatseriesindex}})
{% endif %}