Allow for manual marking of question of type "file_upload"
[edumed.git] / wtem / templates / wtem / exercises / file_upload.html
index e3add7b..78ce64f 100644 (file)
@@ -11,7 +11,7 @@
     </div>
 
     <div style="margin: 15px auto; width:300px;">
-        <input style="float: left;" type="file" name="attachment_{{exercise.name}}"/>
+        <input style="float: left;" type="file" name="attachment_for_{{exercise.id}}"/>
         <div style="clear:both;"></div>
     </div>