Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix the 404 page
Browse files Browse the repository at this point in the history
Template used by 404 page was removed, update to existing template.
  • Loading branch information
djansen-redhat committed Jun 9, 2016
1 parent 2506c09 commit 8f17a67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zanata-war/src/main/webapp/404.xhtml
Expand Up @@ -4,13 +4,12 @@
xmlns:s="http://jboss.org/schema/seam/taglib"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
template="WEB-INF/template/template_2x.xhtml">
template="WEB-INF/template/template.xhtml">

<ui:define name="page_title">#{msgs['jsf.PageNotFound']}</ui:define>
<ui:param name="showGlobalMessages" value="false"/>
<ui:define name="center_content">
<s:fragment>
<img alt="" src="insert funny-cool image here"/>
<h2 class="alert__heading">#{msgs['jsf.PageNotFound']}</h2>
<div class="alert__content">
<p>#{msgs['jsf.PageNotFoundDetail']}</p>
Expand Down

0 comments on commit 8f17a67

Please sign in to comment.