From 767fab36197a6eb1af4215b4d5d4c9a62a49bf11 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 17 Nov 2015 01:36:38 +0100 Subject: Reporting/templates: Fix django1.5 compat This was missing in 84a83cab07853b83e91c40c440f65b911e3296a5. --- src/lib/Bcfg2/Reporting/templates/widgets/interaction_list.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Bcfg2/Reporting') diff --git a/src/lib/Bcfg2/Reporting/templates/widgets/interaction_list.inc b/src/lib/Bcfg2/Reporting/templates/widgets/interaction_list.inc index 444d05e1e..90c5152ba 100644 --- a/src/lib/Bcfg2/Reporting/templates/widgets/interaction_list.inc +++ b/src/lib/Bcfg2/Reporting/templates/widgets/interaction_list.inc @@ -15,7 +15,7 @@ {% for entry in entry_list %} - + {{ entry.timestamp|date:"SHORT_DATETIME_FORMAT"|safe }} {% if not client %} -- cgit v1.2.3-1-g7c22 From f4e52ab2980a5618f5121be360361ad45d438482 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 17 Nov 2015 01:38:58 +0100 Subject: Reporting/templates: Remove deprecated syntax > Deprecated since version 1.8: > You can also pass a dotted Python path to a view function, but this > syntax is deprecated and will be removed in Django 1.10. --- src/lib/Bcfg2/Reporting/templates/clients/detailed-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Bcfg2/Reporting') diff --git a/src/lib/Bcfg2/Reporting/templates/clients/detailed-list.html b/src/lib/Bcfg2/Reporting/templates/clients/detailed-list.html index cf778504a..130d58ede 100644 --- a/src/lib/Bcfg2/Reporting/templates/clients/detailed-list.html +++ b/src/lib/Bcfg2/Reporting/templates/clients/detailed-list.html @@ -25,7 +25,7 @@ This is needed for Django versions less than 1.5 {% for entry in entry_list %} - {{ entry.client.name }} + {{ entry.client.name }} {{ entry.state }} {{ entry.good_count }} -- cgit v1.2.3-1-g7c22