Allow setting author for questions and editing some text chunks.
authorRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Tue, 26 Nov 2013 13:06:52 +0000 (14:06 +0100)
committerRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Tue, 26 Nov 2013 13:06:52 +0000 (14:06 +0100)
commit71e8973b1dfead567e58ec8e3e7b80a64865ba5f
tree047ec712b9f4230d870e5a82d1b41d7769364861
parentf097b79baff0a021c4204124271181a610ec4068
Allow setting author for questions and editing some text chunks.
39 files changed:
chunks/__init__.py [new file with mode: 0644]
chunks/admin.py [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/migrations/0001_initial.py [new file with mode: 0644]
chunks/migrations/__init__.py [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]
prawokultury/settings.d/30-apps.py
prawokultury/templates/base.html
questions/admin.py
questions/locale/pl/LC_MESSAGES/django.mo
questions/locale/pl/LC_MESSAGES/django.po
questions/migrations/0006_auto__del_unique_tag_name__add_field_question_answered_by.py [new file with mode: 0644]
questions/models.py
questions/templates/questions/ack_mail.html
questions/templates/questions/ack_mail.txt
questions/templates/questions/question_detail.html
questions/templates/questions/question_form.html
questions/templates/questions/question_list.html