diff --git a/routes/topic_list.go b/routes/topic_list.go index 3b879d2a..ee58f650 100644 --- a/routes/topic_list.go +++ b/routes/topic_list.go @@ -179,10 +179,6 @@ func TopicListCommon(w http.ResponseWriter, r *http.Request, user c.User, header if err != nil { return c.InternalError(err, w, r) } - // ! Need an inline error not a page level error - if len(topicList) == 0 { - return c.NotFound(w, r, header) - } // TODO: Reduce the amount of boilerplate here if r.FormValue("js") == "1" { diff --git a/templates/topics.html b/templates/topics.html index 11e6a348..81ec81f3 100644 --- a/templates/topics.html +++ b/templates/topics.html @@ -78,9 +78,9 @@