fix template changing bug

This commit is contained in:
Torsten 2023-01-23 15:30:43 +02:00
parent 7534b5eeda
commit 99fe85f599
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ module Merged
redirect_to section_url(@section.id) , alert: "Must delete cards first"
return
end
@section.card_style = ""
@section.card_template = ""
end
@section.set_template( template )
@section.edit_save(current_member.email)