X-Git-Url: https://git.mdrn.pl/turniej.git/blobdiff_plain/479cb324a4cbc258f3f6de8de1025e7dccb1da2d..80b74642b6a6a375462d6eae7efb203981a412d6:/src/poetry/templates/poetry/poet.html diff --git a/src/poetry/templates/poetry/poet.html b/src/poetry/templates/poetry/poet.html new file mode 100644 index 0000000..7947a66 --- /dev/null +++ b/src/poetry/templates/poetry/poet.html @@ -0,0 +1,58 @@ +{% extends "edition1/base.html" %} + + +{% block "extratitle" %}: {{ poet.name }}{% endblock %} + + +{% block "body" %} + +

+ +{{ poet.name }}

+ +
+ +
+
+ + +
+ +

Zobacz wszystkich autorów.

+ +
+ +

Autor programu: {{ poet.author }}

+ +{{ poet.description|linebreaks }} + +

Kod źródłowy: {{ poet.url }}

+ +Twórz-że! + +
+ +

Utwory w konkursie (zobacz wszystkie)

+ + +

Ostatnio opublikowane utwory:

+ + +{% endblock %}