From e3afa843f4fb6aedde325aad50b4912ea13717cf Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 12 Apr 2018 16:36:20 +1200 Subject: [PATCH] templates: 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/base_toplevel.html | 4 ++-- templates/layerindex/detail.html | 6 +++--- templates/layerindex/duplicates.html | 4 ++-- templates/layerindex/editlayer.html | 8 ++++---- templates/layerindex/history.html | 8 ++++---- templates/layerindex/reviewdetail.html | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/templates/base_toplevel.html b/templates/base_toplevel.html index c86ccc2..79bd1ff 100644 --- a/templates/base_toplevel.html +++ b/templates/base_toplevel.html @@ -27,12 +27,12 @@