X-Git-Url: https://git.mdrn.pl/turniej.git/blobdiff_plain/6dd6a06012218f6cd54c33485b6320c9b7a87608..db566020a374d0e81e8274ab0e5ba8061f8903ad:/apps/poetry/templates/poetry/contest.html diff --git a/apps/poetry/templates/poetry/contest.html b/apps/poetry/templates/poetry/contest.html new file mode 100644 index 0000000..9f153b9 --- /dev/null +++ b/apps/poetry/templates/poetry/contest.html @@ -0,0 +1,39 @@ +{% extends "base.html" %} +{% load url from future %} + +{% block "body" %} + +

+ +Turniej Elektrybałtów: utwory wybrane do konkursu

+ +
+ +
+
+ + +
+ +
+ +{% for poet in poets %} +

{{ poet }}

+ +{% endfor %} + + +{% endblock %}