diff --git a/helpdesk/templates/helpdesk/base.html b/helpdesk/templates/helpdesk/base.html index dfd314fb..0e4bbef2 100644 --- a/helpdesk/templates/helpdesk/base.html +++ b/helpdesk/templates/helpdesk/base.html @@ -1,7 +1,7 @@ {% load i18n %} - {% block helpdesk_title %}Helpdesk{% endblock %} :: {% trans "Powered by Jutda Helpdesk" %} + {% block helpdesk_title %}Helpdesk{% endblock %} :: {% trans "Powered by django-helpdesk" %} diff --git a/helpdesk/templates/helpdesk/help_api.html b/helpdesk/templates/helpdesk/help_api.html index bdbd9186..39c58128 100644 --- a/helpdesk/templates/helpdesk/help_api.html +++ b/helpdesk/templates/helpdesk/help_api.html @@ -1,7 +1,7 @@ {% extends "helpdesk/help_base.html" %} -{% block title %}Jutda Helpdesk API Documentation{% endblock %} -{% block heading %}Jutda Helpdesk API Documentation{% endblock %} +{% block title %}django-helpdesk API Documentation{% endblock %} +{% block heading %}django-helpdesk API Documentation{% endblock %} {% block content %}

Contents

@@ -26,7 +26,7 @@

Introduction

-

Jutda Helpdesk provides a powerful API to allow you to interact with your helpdesk tickets by a means not otherwise provided by the helpdesk.

+

django-helpdesk provides a powerful API to allow you to interact with your helpdesk tickets by a means not otherwise provided by the helpdesk.

For example, you may use this API to implement a system to automatically open a ticket when an invoice is raised in your invoicing system, or to automatically close a ticket from an instant messenger application.

diff --git a/helpdesk/templates/helpdesk/help_base.html b/helpdesk/templates/helpdesk/help_base.html index 8fdaf1af..03dbee2b 100644 --- a/helpdesk/templates/helpdesk/help_base.html +++ b/helpdesk/templates/helpdesk/help_base.html @@ -36,10 +36,10 @@ padding-left: 2em; } - {% block title %}Jutda Helpdesk Help{% endblock %} + {% block title %}django-helpdesk Help{% endblock %} -

{% block heading %}Jutda Helpdesk Help{% endblock %}

+

{% block heading %}django-helpdesk Help{% endblock %}

{% block content %}{% endblock %} diff --git a/helpdesk/templates/helpdesk/help_context.html b/helpdesk/templates/helpdesk/help_context.html index e2f79467..396ae799 100644 --- a/helpdesk/templates/helpdesk/help_context.html +++ b/helpdesk/templates/helpdesk/help_context.html @@ -1,7 +1,7 @@ {% extends "helpdesk/help_base.html" %} -{% block title %}Jutda Helpdesk Context Listing{% endblock %} -{% block heading %}Jutda Helpdesk Context Listing{% endblock %} +{% block title %}django-helpdesk Context Listing{% endblock %} +{% block heading %}django-helpdesk Context Listing{% endblock %} {% block content %}

Contents

@@ -44,7 +44,7 @@

Introduction

-

Jutda Helpdesk provides a powerful way for you to embed fields from the current ticket into your comments and ticket resolutions using a template language.

+

django-helpdesk provides a powerful way for you to embed fields from the current ticket into your comments and ticket resolutions using a template language.

For example, you may want to place the last escalation date into a ticket comment, or reproduce the original description sent to you by the submitter.

diff --git a/helpdesk/templates/helpdesk/public_base.html b/helpdesk/templates/helpdesk/public_base.html index caf77463..5d50d4f3 100644 --- a/helpdesk/templates/helpdesk/public_base.html +++ b/helpdesk/templates/helpdesk/public_base.html @@ -19,7 +19,7 @@ {% block helpdesk_body %}{% endblock %} {% include "helpdesk/debug.html" %}