Skip to content
Snippets Groups Projects
Commit 667c1a4b authored by oury.balde's avatar oury.balde
Browse files

Add a new template engine od+mustache

parent c22d0dfb
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,11 @@
language = fields.Selection(
string=_("Language"),
selection=[("mustache", "mustache"), ("handlebar", "handlebar")],
selection=[
("mustache", "mustache"),
("handlebar", "handlebar"),
("od+mustache", "od"),
],
default="mustache",
required=True,
help="templating language",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment