Commit 6e9afca7 by Tobias Langer

Added task counter to normal mustach template.

parent 85d68990
...@@ -24,6 +24,7 @@ struct {{name}} { ...@@ -24,6 +24,7 @@ struct {{name}} {
.period = {{period}}, .period = {{period}},
.deadline = {{deadline}}, .deadline = {{deadline}},
.periodical = {{periodical}}, .periodical = {{periodical}},
.count = 0,
}, },
{{/elem}} {{/elem}}
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment