add editable chunk
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 14 Feb 2013 14:15:10 +0000 (15:15 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 14 Feb 2013 14:15:10 +0000 (15:15 +0100)
commit1a798a8611063ff9abc2b8cd9104e45580f7bffd
treed1361baa5486cfaa70d9545f6de803617be8e457
parent4949e1da2861107d61900f930d82cac11e92db98
add editable chunk
40 files changed:
catalogue/templates/catalogue/lesson/appendix/lesson_detail.html [new file with mode: 0755]
catalogue/templates/catalogue/lesson/course/lesson_detail.html [new file with mode: 0755]
catalogue/templates/catalogue/lesson/lesson_detail.html [new file with mode: 0755]
catalogue/templates/catalogue/lesson/synthetic/lesson_detail.html [new file with mode: 0755]
catalogue/templates/catalogue/lesson_detail.html [deleted file]
catalogue/templates/catalogue/section_list.html
catalogue/urls.py
catalogue/views.py
chunks/__init__.py [new file with mode: 0644]
chunks/admin.py [new file with mode: 0644]
chunks/fixtures/chunks.json [new file with mode: 0644]
chunks/locale/de/LC_MESSAGES/django.mo [new file with mode: 0644]
chunks/locale/de/LC_MESSAGES/django.po [new file with mode: 0644]
chunks/locale/en/LC_MESSAGES/django.mo [new file with mode: 0644]
chunks/locale/en/LC_MESSAGES/django.po [new file with mode: 0644]
chunks/locale/es/LC_MESSAGES/django.mo [new file with mode: 0644]
chunks/locale/es/LC_MESSAGES/django.po [new file with mode: 0644]
chunks/locale/fr/LC_MESSAGES/django.mo [new file with mode: 0644]
chunks/locale/fr/LC_MESSAGES/django.po [new file with mode: 0644]
chunks/locale/it/LC_MESSAGES/django.mo [new file with mode: 0644]
chunks/locale/it/LC_MESSAGES/django.po [new file with mode: 0644]
chunks/locale/jp/LC_MESSAGES/django.mo [new file with mode: 0644]
chunks/locale/jp/LC_MESSAGES/django.po [new file with mode: 0644]
chunks/locale/lt/LC_MESSAGES/django.mo [new file with mode: 0644]
chunks/locale/lt/LC_MESSAGES/django.po [new file with mode: 0644]
chunks/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
chunks/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
chunks/locale/ru/LC_MESSAGES/django.mo [new file with mode: 0644]
chunks/locale/ru/LC_MESSAGES/django.po [new file with mode: 0644]
chunks/locale/uk/LC_MESSAGES/django.mo [new file with mode: 0644]
chunks/locale/uk/LC_MESSAGES/django.po [new file with mode: 0644]
chunks/models.py [new file with mode: 0644]
chunks/templatetags/__init__.py [new file with mode: 0644]
chunks/templatetags/chunks.py [new file with mode: 0644]
edumed/settings.d/30-apps.py
edumed/static/css/main.css
edumed/static/css/main.scss
edumed/templates/home.html
edumed/urls.py
edumed/views.py