Browse Source

Removed blank line

pull/109/head
César López Ramírez 4 years ago
parent
commit
327dee75c4
  1. 1
      easy_my_coop_website/models/company.py

1
easy_my_coop_website/models/company.py

@ -7,4 +7,3 @@ class ResCompany(models.Model):
('none', 'Disabled'),
('google', 'Google Recaptcha'),
], 'Captcha type or disabled', required=True, default='google')
Loading…
Cancel
Save