Added error handling views and templates, added setting to log request errors to a file.

This commit is contained in:
Chris Church
2013-05-28 14:11:19 -04:00
parent e61a966464
commit 40dd9b08be
12 changed files with 117 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
{% extends "admin/base.html" %}
{% load i18n %}
{% block title %}{{ title }} | {% trans 'Ansible Commander Admin' %}{% endblock %}
{% block title %}{{ title }} | {% trans 'AnsibleWorks Admin' %}{% endblock %}
{% block extrastyle %}
{{ block.super }}
@@ -172,7 +172,7 @@ if (django.jQuery) {
{% endblock %}
{% block branding %}
<h1 id="site-name">{% trans 'Ansible Commander Admin' %}</h1>
<h1 id="site-name">{% trans 'AnsibleWorks Admin' %}</h1>
{% endblock %}
{% block userlinks %}