The "future" filter is back to have a "false" value
This commit is contained in:
parent
67d62c40fd
commit
b2fc347303
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
.field.future
|
.field.future
|
||||||
= label_tag :future, t('.past')
|
= label_tag :future, t('.past')
|
||||||
= check_box_tag :future
|
= check_box_tag :future, 'false'
|
||||||
%span.helper= t '.past_helper'
|
%span.helper= t '.past_helper'
|
||||||
|
|
||||||
.field.iframe
|
.field.iframe
|
||||||
|
Loading…
Reference in New Issue
Block a user