From 789e093a9d54f6e8f8d66a7a07ba268c2564c3ae Mon Sep 17 00:00:00 2001
From: Magnus Hagander
Date: Mon, 26 Mar 2018 14:35:04 +0200
Subject: [PATCH] Use list name, not list id, in generated search form
The coupling between main site and archives was supposed to be loose,
which means that id's can be different. Meaning a listid sent from the
archives server might mean a different list on the website. So make sure
we pass out the list *name*, which the website knows what to do with.
---
.../archives/mailarchives/templates/searchform.html | 4 ++--
django/archives/mailarchives/views.py | 12 ++++++------
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/django/archives/mailarchives/templates/searchform.html b/django/archives/mailarchives/templates/searchform.html
index 4222df5..139fdb7 100644
--- a/django/archives/mailarchives/templates/searchform.html
+++ b/django/archives/mailarchives/templates/searchform.html
@@ -2,7 +2,7 @@