Simple CMS-like app that allows you to dump admin editable blocks of markdown into pages via template tag.
pip install page-block==1.0.6
Simple CMS-like app that allows you to dump admin editable blocks of markdown into pages via template tag.
Add to a template tag:
{% load page_block %}
(...)
{% page_block "page-info" %}
Go to admin and add "Page Block" with name "page-info" and then add as many translations to it as you want,
Block features:
language=pl
argument in the tag.template="some/template.html"
.