From 87cad90be693634af4d01db383f926edf458d444 Mon Sep 17 00:00:00 2001 From: Dmitry Novikov Date: Mon, 1 Jul 2019 10:36:40 +0300 Subject: [PATCH] add titles in customers search and tarifs --- .../new_customers/potentialsubscriber_detail.html | 4 ++++ .../templates/new_customers/potentialsubscriber_list.html | 1 + searchapp/templates/searchapp/index.html | 2 ++ tariff_app/templates/tariff_app/editTarif.html | 8 ++++++++ tariff_app/templates/tariff_app/ext.html | 2 ++ .../templates/tariff_app/periodic_pays/add_edit.html | 8 ++++++++ tariff_app/templates/tariff_app/service_users.html | 2 ++ 7 files changed, 27 insertions(+) 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 %}