From: Radek Czajka Date: Thu, 8 Nov 2012 13:18:31 +0000 (+0100) Subject: minor fix X-Git-Url: https://git.mdrn.pl/prawokultury.git/commitdiff_plain/e84e5e33adfb442610d8f64d794a9f7d170b806e?ds=sidebyside minor fix --- diff --git a/contact/admin.py b/contact/admin.py index 5ddf831..3fd337f 100644 --- a/contact/admin.py +++ b/contact/admin.py @@ -28,7 +28,7 @@ class ContactAdmin(admin.ModelAdmin): except BaseException, e: return '' else: - return obj.body.get(field_name, 'y') + return obj.body.get(field_name, '') def __getattr__(self, name): if name.startswith('admin_list_'):