forked from GNUsocial/gnu-social
9 lines
171 B
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 %} |