Merge pull request #1199 from alphagov/fix-broken-links-template-stats

Fix broken links on template statistics page
This commit is contained in:
Chris Hill-Scott
2017-03-22 14:49:31 +00:00
committed by GitHub
3 changed files with 3 additions and 1 deletions

View File

@@ -321,6 +321,7 @@ def format_template_stats_to_list(stats_dict):
template['counts'].get(status, 0)
for status in REQUESTED_STATUSES
),
id=template_id,
**template
)