Added custom field to the question type dropdown list in Django Admin.

EmailTemplateFixes
Piotr Szachewicz 2014-04-24 15:08:41 +02:00
parent ac530cebda
commit af9192fed6
1 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,5 @@ import choice # multiple choice, do checks
import range_or_number # range of numbers
import timeperiod # time periods
import custom # backwards compatibility support
add_type('custom', 'Custom field')