Exemple #1
0
def answered(request):
    questions = Question.get_answered()
    return _questions(request, questions, 'answered')