[Fix #3578] No tags for champs that cannot have user input anyway
This commit is contained in:
parent
8626d0a055
commit
b428406fc7
3 changed files with 18 additions and 1 deletions
|
@ -1,2 +1,5 @@
|
|||
class TypesDeChamp::ExplicationTypeDeChamp < TypesDeChamp::TextTypeDeChamp
|
||||
def tags_for_template
|
||||
[]
|
||||
end
|
||||
end
|
||||
|
|
|
@ -1,2 +1,5 @@
|
|||
class TypesDeChamp::HeaderSectionTypeDeChamp < TypesDeChamp::TypeDeChampBase
|
||||
def tags_for_template
|
||||
[]
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue