django-select2/tests/testapp/views.py
2015-03-29 22:32:19 +02:00

8 lines
175 B
Python

# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.views.generic import FormView
class TemplateFormView(FormView):
template_name = 'form.html'