commit | 709f52f96af4041c577b99c5c6789317afa110cc | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Thu May 21 18:32:58 2015 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Thu May 21 18:32:58 2015 +0000 |
tree | d9614297987bc4f2f0c6b746b1ed6a27ba7a03b2 | |
parent | eb5f307fa87c892c9504251b2b4521abc2e72541 [diff] [blame] |
Cleanup static files
diff --git a/templates/not_found.production.html.ep b/templates/not_found.production.html.ep index ee74676..eebf7c6 100644 --- a/templates/not_found.production.html.ep +++ b/templates/not_found.production.html.ep
@@ -1,5 +1,4 @@ -% my $msg = '404: Page not found'; -% layout 'main', title => 'KorAP: ' . $msg; +% layout 'main', title => 'KorAP: ' . loc('notFound'); <p id="no-results"><%= $msg %></p>