From ce26313905fa5d5c141cc7a871d37e1740765df1 Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Thu, 24 Apr 2014 00:14:11 +0800 Subject: * added 'ADMINS' and 'MANAGERS' settings to settings_production.py * added templates 400, 404, 404 and 500 --- templates/403.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/403.html (limited to 'templates/403.html') diff --git a/templates/403.html b/templates/403.html new file mode 100644 index 0000000..2e7259e --- /dev/null +++ b/templates/403.html @@ -0,0 +1,20 @@ +{% extends 'base.html' %} +{% load staticfiles %} +{% load url from future %} + +{# 403 HTTP Forbidden template #} + +{% block title %} +403禁止访问 | 2014 SKA Summer School +{% endblock %} + +{% block content %} +
+

403 HTTP Forbidden

+

Oops, 您没有足够的权限访问该页面……

+
+

如有问题,请与我们联系:skaschool2014@163.com

+
+{% endblock %} + +{# vim: set ts=8 sw=2 tw=0 fenc=utf-8 ft=htmldjango.html: #} -- cgit v1.2.2