Skip to content

Commit

Permalink
[#2375] new 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Jun 6, 2012
1 parent e3bd9f4 commit 2c4b10c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ckan/templates/error_document_template.html
@@ -0,0 +1,8 @@
{% extends "page.jinja.html" %}

{% block title %}{{ gettext('Error %(error_code)s', error_code=c.code[0]) }} - {{ super() }}{% endblock %}

{% block primary_content %}
{{ c.content}}
{% endblock %}

0 comments on commit 2c4b10c

Please sign in to comment.