First take on connecting lessons to forum topics
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Thu, 29 Aug 2013 09:01:47 +0000 (11:01 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Thu, 29 Aug 2013 09:01:47 +0000 (11:01 +0200)
commit05ce0b5f9bd62d1b369a6718bec1b70e0a4a0fef
tree67213031ded051a9ebf3838581f013ef40dd1d7d
parent32ac950fc8d6ba7ef7ec4bf1c4b05f2ed25b02fd
First take on connecting lessons to forum topics
15 files changed:
catalogue/templates/catalogue/lesson/lesson_detail.html
edumed/settings.d/30-apps.py
edumed/urls.py
forum/__init__.py [new file with mode: 0644]
forum/forms.py [new file with mode: 0644]
forum/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
forum/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
forum/migrations/0001_initial.py [new file with mode: 0644]
forum/migrations/__init__.py [new file with mode: 0644]
forum/models.py [new file with mode: 0644]
forum/templates/forum/related_lesson_info.html [new file with mode: 0644]
forum/templates/pybb/post_form.html [new file with mode: 0644]
forum/templates/pybb/topic.html [new file with mode: 0644]
forum/urls.py [new file with mode: 0644]
forum/views.py [new file with mode: 0644]