diff options
-rw-r--r-- | rpkid/rpki/gui/app/templates/app/app_form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/gui/app/templates/app/app_form.html b/rpkid/rpki/gui/app/templates/app/app_form.html index c2c58ae6..71aaf086 100644 --- a/rpkid/rpki/gui/app/templates/app/app_form.html +++ b/rpkid/rpki/gui/app/templates/app/app_form.html @@ -5,7 +5,7 @@ <h1>{{ form_title }}</h1> </div> -<form method="POST" action="" class="form-horizontal"> +<form method="POST" action="" enctype="multipart/form-data" class="form-horizontal"> {% csrf_token %} {% include "app/bootstrap_form.html" %} <div class="form-actions"> |