[FIX] runbot_merge: error in template

8d011e03d2 contains poopy bits in the
template, fix them.
This commit is contained in:
Xavier Morel 2019-03-11 14:51:15 +01:00
parent e0320664f9
commit f5d783eb4b

View File

@ -54,7 +54,7 @@
])
"/>
<t t-set="ready" t-value="ready_unstaged.filtered(lambda p: not p.blocked)"/>
<t t-set="blocked" t-value="ready_unstaged.filtered(lambda p. p.blocked"/>
<t t-set="blocked" t-value="ready_unstaged.filtered(lambda p: p.blocked)"/>
<div t-if="ready" class="pr-listing pr-awaiting bg-warning">
<h5>Awaiting</h5>
<ul class="list-inline">