diff options
Diffstat (limited to 'tools/pharos-dashboard/templates/account/userprofile_update_form.html')
-rw-r--r-- | tools/pharos-dashboard/templates/account/userprofile_update_form.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/pharos-dashboard/templates/account/userprofile_update_form.html b/tools/pharos-dashboard/templates/account/userprofile_update_form.html index 0a921d51..542ea81e 100644 --- a/tools/pharos-dashboard/templates/account/userprofile_update_form.html +++ b/tools/pharos-dashboard/templates/account/userprofile_update_form.html @@ -13,12 +13,12 @@ </h3> </div> <div class="panel-body"> - <form method="post" action=""> + <form enctype="multipart/form-data" method="post"> {% csrf_token %} {% bootstrap_form form %} {% buttons %} <button type="submit" class="btn btn btn-success"> - Submit + Save </button> {% endbuttons %} </form> |