Adding a template to create a User Story issue

This commit is contained in:
Jonathan Bobel
2024-01-11 12:43:49 -05:00
parent 0e20d60a50
commit c57e4b9355
5 changed files with 103 additions and 17 deletions

View File

@@ -585,7 +585,7 @@ def add_template_filters(application):
format_mobile_network,
format_yes_no,
square_metres_to_square_miles,
convert_markdown_template
convert_markdown_template,
]:
application.add_template_filter(fn)