mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
Added error handling views and templates, added setting to log request errors to a file.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends 'rest_framework/base.html' %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}{% trans 'Ansible Commander API' %}{% endblock %}
|
||||
{% block title %}{% trans 'AnsibleWorks API' %}{% endblock %}
|
||||
|
||||
{% block style %}
|
||||
{{ block.super }}
|
||||
@@ -52,7 +52,7 @@ html body .str a {
|
||||
{% endblock %}
|
||||
|
||||
{% block branding %}
|
||||
{% trans 'Ansible Commander API' %}
|
||||
{% trans 'AnsibleWorks API' %}
|
||||
<span class="powered-by">({% trans 'powered by' %} {{ block.super }})</span>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user