mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot_merge: error in template
8d011e03d2
contains poopy bits in the
template, fix them.
This commit is contained in:
parent
e0320664f9
commit
f5d783eb4b
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user