aboutsummaryrefslogtreecommitdiff
path: root/data/templates/edit.htm
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/edit.htm')
-rw-r--r--data/templates/edit.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/edit.htm b/data/templates/edit.htm
index 19494b6..f1f4a51 100644
--- a/data/templates/edit.htm
+++ b/data/templates/edit.htm
@@ -2,7 +2,7 @@
{% block title %}Edit paste{% endblock %}
{% block content %}
-<form method="post" action="{{repo.getLink('edit')}}">
+<form method="post" action="{{repo.getLink('edit')}}" enctype="multipart/form-data">
<div class="control-group well pastedata">
<label for="description">Description</label>
<input type="text" name="description" id="description" value="{{repo.getDescription}}"/>