django-select2/tests/testapp/views.py

9 lines
175 B
Python
Raw Normal View History

2015-03-03 09:01:51 +00:00
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.views.generic import FormView
class TemplateFormView(FormView):
template_name = 'form.html'