mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 18:07:33 -02:30
Added error handling views and templates, added setting to log request errors to a file.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user