Fix template syntax error

Wasn't able to select the "special" contribution kind, due to it being
bound to the wrong property.

fixes #125
This commit is contained in:
2019-06-12 16:24:01 +02:00
parent 5064a472f2
commit 8b0cd8c986
+1 -1
View File
@@ -15,7 +15,7 @@
<option value="dev" selected={{eq kind "dev"}}>Development</option>
<option value="docs" selected={{eq kind "docs"}}>Documentation</option>
<option value="ops" selected={{eq kind "ops"}}>IT Operations</option>
<option value="special" selected={{eq kind "ops"}}>Special</option>
<option value="special" selected={{eq kind "special"}}>Special</option>
</select>
</p>
<p>