Skip to content

A simple plugin allowing to add footnotes in django CMS.

License

Notifications You must be signed in to change notification settings

WnP/cmsplugin-footnote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmsplugin-footnote

A simple plugin allowing to add footnotes in django CMS.

  1. [sudo] pip install cmsplugin-footnote
  2. Add 'cmsplugin_footnote', to your INSTALLED_APPS
  3. ./manage.py syncdb
  4. ./manage.py collectstatic
  5. Add {% load footnote %} and one {% footnote_list %} in your CMS template(s).

https://www.transifex.com/projects/p/cmsplugin-footnote/resource/core/chart/image_png

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)

  1. Make sure you have transifex-client installed: [sudo] pip install transifex-client
  2. Pull all translations from Transifex: tx pull -a
  3. Compile them: cd cmsplugin_footnote && django-admin.py compilemessages

About

A simple plugin allowing to add footnotes in django CMS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 83.2%
  • HTML 10.1%
  • CSS 6.7%