5 lines
115 B
Python
Raw Normal View History

from django import forms
class SelectContent(forms.Select):
template_name = 'widgets/select_content.html'