From 2eedc873990a5571cbe98b525118d243bd313012 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 13 Apr 2018 16:03:42 +1200 Subject: templates/rrs: replace use of = with == I can't quite tell which Django version broke this, but in any case based on what's in pagination.html it seems we ought to have been using == already. Signed-off-by: Paul Eggleton --- templates/rrs/base_toplevel.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/rrs/base_toplevel.html b/templates/rrs/base_toplevel.html index 47bc71900f..13593a228e 100644 --- a/templates/rrs/base_toplevel.html +++ b/templates/rrs/base_toplevel.html @@ -25,9 +25,9 @@ @@ -42,9 +42,9 @@ @@ -59,9 +59,9 @@ -- cgit 1.2.3-korg