move sidebar a bit down
[phorkie.git] / data / templates / index.htm
index 3893d2ab47d78185b9fd8bec0e19ecb0d9f9cb20..05c4c05a3bd68040dd2c370b9c0c350d1028b7c2 100644 (file)
@@ -2,13 +2,13 @@
 {% block title %}New paste{% endblock %}
 
 {% block content %}
 {% block title %}New paste{% endblock %}
 
 {% block content %}
-<form method="post" action="/">
+<form method="post" action="/" enctype="multipart/form-data">
  <div class="control-group well pastedata">
    <label for="description">Description</label>
    <input type="text" name="description" id="description" value="{{description}}"/>
  </div>
 
  <div class="control-group well pastedata">
    <label for="description">Description</label>
    <input type="text" name="description" id="description" value="{{description}}"/>
  </div>
 
- {% include 'edit-file.htm' with {'file': file[1], 'fileid': 0} %}
+ {% include 'edit-file.htm' with {'file': file[1], 'fileid': 0, 'newfile': true} %}
 
  {% include 'edit-add.htm' %}
 
 
  {% include 'edit-add.htm' %}
 
@@ -20,4 +20,9 @@
  </div>
 
 </form>
  </div>
 
 </form>
+<script type="application/javascript">
+$(document).ready(function() {
+    initFilenames();
+});
+</script>
 {% endblock %}
 {% endblock %}