Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 00c0fac4 authored by Sergio Elvira Perez's avatar Sergio Elvira Perez
Browse files

OEL-541: Uneeded template removed.

parent 8b70920c
No related branches found
No related tags found
1 merge request!29OEL-541: search box
{#
/**
* @file
* Template 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()
*
* @ingroup themeable
*/
#}
<form{{ attributes }}>
{{ children }}
</form>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment