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

9 lines
171 B
Twig
Raw Normal View History

<div class='form'>
{{ form(cover) }}
</div>
{% if cover_remove_form is not null %}
<div class='form'>
{{ form(cover_remove_form) }}
2020-12-29 18:27:02 +00:00
</div>
{% endif %}