From e4a8f95b0a21e2ad9fbcfe6e2cdda4a8d891ce17 Mon Sep 17 00:00:00 2001 From: Etienne Roudeix Date: Fri, 2 Aug 2013 13:42:30 +0200 Subject: [PATCH] add bug template --- templates/default/bug.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/default/bug.html diff --git a/templates/default/bug.html b/templates/default/bug.html new file mode 100644 index 000000000..a1bc296ac --- /dev/null +++ b/templates/default/bug.html @@ -0,0 +1,4 @@ +{loop name="cat" type="category" id="99999"} + {loop name="prod" type="product" category="#ID"} + {/loop} +{/loop} \ No newline at end of file