handeled login or register from a modal, YES git status
This commit is contained in:
15
web/themes/custom/materiotheme/templates/form/form.html.twig
Normal file
15
web/themes/custom/materiotheme/templates/form/form.html.twig
Normal file
@@ -0,0 +1,15 @@
|
||||
{#
|
||||
/**
|
||||
* @file
|
||||
* Theme override for a 'form' element.
|
||||
*
|
||||
* Available variables
|
||||
* - attributes: A list of HTML attributes for the wrapper element.
|
||||
* - children: The child elements of the form.
|
||||
*
|
||||
* @see template_preprocess_form()
|
||||
*/
|
||||
#}
|
||||
<form{{ attributes }}>
|
||||
{{ children }}
|
||||
</form>
|
Reference in New Issue
Block a user