Make forum somewhat usable, display Libravatars.
authorRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Fri, 9 Aug 2013 12:52:35 +0000 (14:52 +0200)
committerRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Fri, 9 Aug 2013 12:52:35 +0000 (14:52 +0200)
commit311b474e0ac168a93fed2dec0c784d28d7660c6b
tree894c07bf7d906b8ff853e8c36f9908b6db31a9c4
parentf61d46269e6ecd5f96b92cbcfbfb0a932454e8fd
Make forum somewhat usable, display Libravatars.
20 files changed:
edumed/forms.py [new file with mode: 0755]
edumed/forum.py [new file with mode: 0755]
edumed/locale-contrib/django.pot [new file with mode: 0644]
edumed/locale-contrib/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
edumed/locale-contrib/pl/LC_MESSAGES/django.po [new file with mode: 0644]
edumed/settings.d/30-apps.py
edumed/settings.d/30-locale.py
edumed/settings.d/50-contrib.py
edumed/settings.d/50-static.py
edumed/static/css/forum.css [new file with mode: 0644]
edumed/static/css/forum.scss [new file with mode: 0755]
edumed/templates/base.html
edumed/templates/base_forum.html [new file with mode: 0755]
edumed/templates/pybb/_need_to_login_message.html [new file with mode: 0755]
edumed/templates/pybb/avatar.html [new file with mode: 0755]
edumed/templates/pybb/breadcrumb.html [new file with mode: 0755]
edumed/templates/pybb/breadcrumb_top_extra_crumb.html [new file with mode: 0755]
edumed/urls.py
edumed/views.py
requirements.txt