mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
Default tags assign on error
This commit is contained in:
parent
3ffebd1533
commit
39efe6767c
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ defmodule PhilomenaWeb.SearchController do
|
|||
render(conn, "index.html",
|
||||
title: "Searching for #{params["q"]}",
|
||||
images: [],
|
||||
tags: [],
|
||||
error: msg,
|
||||
search_query: params["q"]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue