X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/cf61eb00421c5f6bb1b530e1d499815bc266faac..3f06621595592d106f0071e379026f73709360a0:/edumed/templates/flatpages/default.html diff --git a/edumed/templates/flatpages/default.html b/edumed/templates/flatpages/default.html index f19f3c3..f26cc8a 100755 --- a/edumed/templates/flatpages/default.html +++ b/edumed/templates/flatpages/default.html @@ -1,10 +1,15 @@ {% extends "base.html" %} {% load textile_pl from fnp_markup %} +{% load chunk from chunks %} {% block title %}{{ flatpage.title }}{% endblock %} {% block body %} -
+
+ {% chunk "promobox" %} +
+ +
{{ flatpage.content|textile_pl }}
{% endblock %}