diff --git a/new_customers/templates/new_customers/potentialsubscriber_detail.html b/new_customers/templates/new_customers/potentialsubscriber_detail.html index 99f714c..cdbb4e5 100644 --- a/new_customers/templates/new_customers/potentialsubscriber_detail.html +++ b/new_customers/templates/new_customers/potentialsubscriber_detail.html @@ -1,6 +1,10 @@ {% extends request.is_ajax|yesno:'bajax.html,base.html' %} {% load i18n bootstrap3 %} +{% block title %} + {{ object.fio|default:_('Not assigned') }} +{% endblock %} + {% block breadcrumb %}