From ba33efd772575bbd51643fbf2aa176df3bced258 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 14 Apr 2018 23:28:34 +0200 Subject: refactor(handlers): Receive search terms via query parameters There are several reasons for this, but one important one is that people expect to be able to share search links. --- templates/index.html | 2 +- templates/search.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index d4daa216c293..16ddf44c364a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,7 +14,7 @@

Converse

-
+ New thread diff --git a/templates/search.html b/templates/search.html index 95384b1caf58..3bb30e5d60b3 100644 --- a/templates/search.html +++ b/templates/search.html @@ -14,7 +14,7 @@

Converse

- + New thread -- cgit 1.4.1