1 <div class="exercise-wtem" data-type="file" data-id="{{exercise.id}}">
3 {% if not exercise.continuation %}
4 <h3>Zadanie {{exercise.id_show|default:exercise.id}} ({{ exercise.max_points }} pkt)</h3>
7 <div class="description">
8 {% for para in exercise.description %}
15 {% if exercise.max_file_size_string %}
16 <p style="font-weight: bold;">Plik nie powinien być większy niż {{exercise.max_file_size_string}}.</p>
18 <div style="margin: 15px auto; width:300px;">
19 <input style="float: left;" type="file" name="attachment_for_{{exercise.id}}"/>
20 <div style="clear:both;"></div>
25 {% for para in exercise.description_after %}