@@ -52,7 +52,7 @@ public abstract class TemplateServlet extends HttpServlet {
|
||||
resp.getWriter().println(template.render());
|
||||
return null;
|
||||
} catch (IOException e) {
|
||||
return t("Failed to load template '{}'",path);
|
||||
return t("Failed to load template '{}'!",path);
|
||||
}
|
||||
}
|
||||
return t("No template for path '{}'!",path);
|
||||
|
||||
Reference in New Issue
Block a user