gnu-social/plugins/Cover/templates/cover/cover.html.twig

9 lines
171 B
Twig

<div class='form'>
{{ form(cover) }}
</div>
{% if cover_remove_form is not null %}
<div class='form'>
{{ form(cover_remove_form) }}
</div>
{% endif %}