Move images and data directories. Also svn version code from r20919.

svn: r20990
This commit is contained in:
Nick Hall
2013-01-04 23:46:24 +00:00
parent 81e1237b3c
commit bb9601a2a0
318 changed files with 116 additions and 129 deletions

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

@@ -0,0 +1,12 @@
{% extends "admin/base_site.html" %}
{% load i18n %}
{% block breadcrumbs %}<div class="breadcrumbs"><a href="/">{% trans "Home" %}</a> &rsaquo; {% trans "Server error" %}</div>{% endblock %}
{% block title %}{% trans 'Server error (500)' %}{% endblock %}
{% block content %}
<h1>{% trans 'Server Error <em>(500)</em>' %}</h1>
<p>{% trans "There's been an error. It's been reported to the site administrators via e-mail and should be fixed shortly. Thanks for your patience." %}</p>
{% endblock %}