diff --git a/requirements.txt b/requirements.txt index a1e0e38b..233ec10e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,4 +16,5 @@ pytz django-websocket-redis openpyxl raven -pyppeteer==0.2.5 \ No newline at end of file +pyppeteer==0.2.5 +fclist-cffi==1.1.2 \ No newline at end of file diff --git a/trans/admin.py b/trans/admin.py index 2c8fae66..dde298bb 100644 --- a/trans/admin.py +++ b/trans/admin.py @@ -30,7 +30,7 @@ class CustomUserResource(ModelResource): class Meta: model = User - fields = ('username', 'country', 'language', 'font', 'raw_password', 'num_of_contestants',) + fields = ('username', 'country', 'language', 'text_family', 'raw_password', 'num_of_contestants',) import_id_fields = ('username',) diff --git a/trans/templates/settings.html b/trans/templates/settings.html index f9bd619f..e64b1c9a 100644 --- a/trans/templates/settings.html +++ b/trans/templates/settings.html @@ -7,13 +7,14 @@