check size and extension in js (and some minor improvements)
[edumed.git] / stage2 / templates / stage2 / participant.html
index fec4a49..f369bb4 100644 (file)
@@ -1,11 +1,14 @@
 {% extends 'base.html' %}
 {% load textile_pl from fnp_markup %}
+{% load chunks %}
 
 {% block title %}Drugi etap{% endblock %}
 
 {% block body %}
   <h1>Drugi etap Olimpiady Cyfrowej</h1>
 
+  {% chunk 'stage2_header' %}
+
   {% for assignment in assignments %}
     <h2>{{ assignment.title }} (do {{ assignment.deadline }})</h2>
     <p>{{ assignment.content|textile_pl }}</p>