summaryrefslogtreecommitdiff
path: root/lib/web/views/error_view.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/web/views/error_view.ex')
-rw-r--r--lib/web/views/error_view.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/web/views/error_view.ex b/lib/web/views/error_view.ex
index 5cad939..5acd333 100644
--- a/lib/web/views/error_view.ex
+++ b/lib/web/views/error_view.ex
@@ -12,6 +12,6 @@ defmodule NolaWeb.ErrorView do
# In case no render clause matches or no
# template is found, let's render it as 500
def template_not_found(_template, assigns) do
- render "500.html", assigns
+ render("500.html", assigns)
end
end