A simple plugin allowing to add footnotes in django CMS.
- Django (tested with 1.4, 1.5 & 1.6)
- django-CMS (tested with 2.3, 2.4 & 3.0)
- If you use django-CMS 3, djangocms-text-ckeditor (tested with 2.3.0)
[sudo] pip install cmsplugin-footnote- Add
'cmsplugin_footnote',to yourINSTALLED_APPS ./manage.py syncdb./manage.py collectstatic- Add
{% load footnote %}and one{% footnote_list %}in your CMS template(s).
Localization is done directly on our Transifex page. There is no access restriction, so feel free to spend two minutes translating cmsplugin-footnote to your language :o)
- Make sure you have
transifex-client
installed:
[sudo] pip install transifex-client - Pull all translations from Transifex:
tx pull -a - Compile them:
cd cmsplugin_footnote && django-admin.py compilemessages