Move images and data directories

svn: r20989
This commit is contained in:
Nick Hall
2013-01-04 23:09:12 +00:00
parent 30173f5910
commit ae31189b32
316 changed files with 11 additions and 11 deletions

12
data/templates/404.html Normal file
View File

@@ -0,0 +1,12 @@
{% extends "admin/base_site.html" %}
{% load i18n %}
{% block title %}{% trans 'Page not found' %}{% endblock %}
{% block content %}
<h2>{% trans 'Page not found' %}</h2>
<p>{% trans "We're sorry, but the requested page could not be found." %}</p>
{% endblock %}