From 7d2d7718aa8467ddd5ca9753bde2c7a87ff55c9f Mon Sep 17 00:00:00 2001 From: defyrlt Date: Tue, 29 Aug 2017 23:02:13 +0300 Subject: Add `join` filter & tests for it --- testing/templates/filters_join.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 testing/templates/filters_join.html (limited to 'testing/templates') diff --git a/testing/templates/filters_join.html b/testing/templates/filters_join.html new file mode 100644 index 0000000..61cc249 --- /dev/null +++ b/testing/templates/filters_join.html @@ -0,0 +1 @@ +{{ s|join(", ") }} -- cgit