uhenninger

Results 1 issues of uhenninger

Choice fields throw a UnicodeDecodeError if one of the choices is non-ascii. The reason appears to be in line 49 of [semanticuiforms.py](https://github.com/thetarkus/django-semanticui-forms/blob/master/semanticuiforms/templatetags/semanticui.py) Changing the line from `self.values["field"] = str(FIELDS.get(name, FIELDS.get(None))(self.field,...