diff options
author | git-marijus <mario@mariovavti.com> | 2017-08-03 20:35:42 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-08-03 20:36:19 +0200 |
commit | d704832ff6b3049a960fef13cada484270fde451 (patch) | |
tree | f6ba63e9ee1c0d4ba09abe74df3b7a4b45fa1eb5 | |
parent | 4edf580ebfc75e26a073bfcabfb338b54cf18f63 (diff) | |
download | volse-hubzilla-d704832ff6b3049a960fef13cada484270fde451.tar.gz volse-hubzilla-d704832ff6b3049a960fef13cada484270fde451.tar.bz2 volse-hubzilla-d704832ff6b3049a960fef13cada484270fde451.zip |
fix issue #836 - missing opening form tag
-rw-r--r-- | view/tpl/cdav_widget_addressbook.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/cdav_widget_addressbook.tpl b/view/tpl/cdav_widget_addressbook.tpl index c875dc977..80b5feaf6 100644 --- a/view/tpl/cdav_widget_addressbook.tpl +++ b/view/tpl/cdav_widget_addressbook.tpl @@ -47,6 +47,7 @@ </li> <div id="upload-form" class="sub-menu-wrapper"> <div class="sub-menu"> + <form enctype="multipart/form-data" method="post" action=""> <div class="form-group"> <select id="import" name="target" class="form-control"> <option value="">{{$import_placeholder}}</option> |