1 <div class="exercise-wtem" data-type="file" data-id="{{exercise.id}}">
3 <h3>Zadanie {{no}}</h3>
5 <div class="description">
6 {% for para in exercise.description %}
13 {% if exercise.max_file_size_string %}
14 <p style="font-weight: bold;">Plik nie powinien być większy niż {{exercise.max_file_size_string}}.</p>
16 <div style="margin: 15px auto; width:300px;">
17 <input style="float: left;" type="file" name="attachment_for_{{exercise.id}}"/>
18 <div style="clear:both;"></div>
23 {% for para in exercise.description_after %}