# -*- coding: utf-8 -*- from .forms import FeedbackForm def forms(request): return { 'feedback_form': FeedbackForm() }