orlra
Results
2
issues of
orlra
code triggered when you search by author: https://github.com/lucastheis/django-publications/blob/develop/publications/views/author.py#L32 ``` surname = names[-1] surname = surname.replace(u'ä', u'%%') surname = surname.replace(u'ae', u'%%') surname = surname.replace(u'ö', u'%%') surname = surname.replace(u'oe', u'%%') surname =...
Columns variable was ignored in template. While columns==2 my Django grappelli showed 3 columns and I wanted to make it 4. My solution works with 1,2,3,4,5 columns, any more and...