Use template for displayFormBottom
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
parent
70b592ba61
commit
1f482ff6e7
@ -430,8 +430,7 @@ class FormDisplayTemplate
|
||||
*/
|
||||
public static function displayFormBottom()
|
||||
{
|
||||
$htmlOutput = "</form>\n";
|
||||
return $htmlOutput;
|
||||
return Template::get('config/form_display/form_bottom')->render();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
1
templates/config/form_display/form_bottom.twig
Normal file
1
templates/config/form_display/form_bottom.twig
Normal file
@ -0,0 +1 @@
|
||||
</form>
|
||||
Loading…
Reference in New Issue
Block a user