Allow setting author for questions and editing some text chunks.
[prawokultury.git] / questions / admin.py
index 6427bbc..0f1c343 100755 (executable)
@@ -13,6 +13,7 @@ class QuestionAdmin(admin.ModelAdmin):
         'approved',
         'edited_question',
         'answer',
+        'answered_by',
         'tags',
         ('answered', 'answered_at'),
         ('published', 'published_at'),