From 7a4f561e851fdc7246d804c3abb6748b8a4199a6 Mon Sep 17 00:00:00 2001 From: gnowgi Date: Thu, 15 Mar 2012 16:19:20 +0530 Subject: master trunk of gnowsys-studio --- gstudio/templates/500.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 gstudio/templates/500.html (limited to 'gstudio/templates/500.html') diff --git a/gstudio/templates/500.html b/gstudio/templates/500.html new file mode 100644 index 0000000..bf0551a --- /dev/null +++ b/gstudio/templates/500.html @@ -0,0 +1,46 @@ +{% extends "gstudio/skeleton.html" %} +{% load i18n gstudio_tags %} + +{% block breadcrumbs %} + {% trans "Error 500" %} +{% endblock %} + +{% block title %}{% trans "Server error" %}{% endblock %} + +{% block content %} +

{% trans "Server error" %}

+ +

{% 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." %}

+ +

{% trans "Useful links" %}

+ + +

{% trans "Recent node types" %}

+
+ {% get_recent_nodetypes 5 %} +
+ +

{% trans "Search" %}

+ + +{% endblock %} -- cgit v1.1