adapt templates to the current edition of WTEM
[edumed.git] / wtem / templates / wtem-wtem / exercises / file_upload.html
diff --git a/wtem/templates/wtem-wtem/exercises/file_upload.html b/wtem/templates/wtem-wtem/exercises/file_upload.html
deleted file mode 100644 (file)
index eadcdfd..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<div class="exercise-wtem" data-type="file" data-id="{{exercise.id}}">
-
-    <h3>Zadanie {{no}}</h3>
-        
-    <div class="description">
-        {% for para in exercise.description %}
-            <p class="paragraph">
-                {{para}}
-            </p>
-        {% endfor %}
-    </div>
-
-    {% if exercise.max_file_size_string %}
-        <p style="font-weight: bold;">Plik nie powinien być większy niż {{exercise.max_file_size_string}}.</p>
-    {% endif %}
-    <div style="margin: 15px auto; width:300px;">
-        <input style="float: left;" type="file" name="attachment_for_{{exercise.id}}"/>
-        <div style="clear:both;"></div>
-    </div>
-    
-
-    {% autoescape off %}
-    {% for para in exercise.description_after %}
-        <p>{{para}}</p>
-    {% endfor %}
-    {% endautoescape %}
-
-</div>
\ No newline at end of file