Allow image uploads

This commit is contained in:
Kelly Dwan 2019-10-09 16:15:43 -04:00
parent 847e99f44e
commit 2e1f5ac2b9
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ use function WordPressDotOrg\FiveForTheFuture\get_views_path;
/** @var bool $updated */
?>
<form class="pledge-form" id="5ftf-form-pledge-manage" action="" method="post">
<form class="pledge-form" id="5ftf-form-pledge-manage" action="" method="post" enctype="multipart/form-data">
<?php
require get_views_path() . 'inputs-pledge-org-info.php';
require get_views_path() . 'manage-contributors.php';

View file

@ -48,7 +48,7 @@ use function WordPressDotOrg\FiveForTheFuture\get_views_path;
<?php else : ?>
<form class="pledge-form" id="5ftf-form-pledge-new" action="" method="post">
<form class="pledge-form" id="5ftf-form-pledge-new" action="" method="post" enctype="multipart/form-data">
<?php
require get_views_path() . 'inputs-pledge-org-info.php';
require get_views_path() . 'inputs-pledge-contributors.php';