Minor setting name adjustment (:app_template -> :app_layout).
This commit is contained in:
parent
1097ce6d9f
commit
afddce45b3
|
@ -27,7 +27,7 @@ def controller do
|
|||
import Pleroma.Web.Gettext
|
||||
import Pleroma.Web.Router.Helpers
|
||||
|
||||
plug(:put_layout, Application.get_env(:pleroma, :app_template, "app.html"))
|
||||
plug(:put_layout, Application.get_env(:pleroma, :app_layout, "app.html"))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue