match4everyone / match4everything

Other
7 stars 0 forks source link

Add icons on buttons to django cms #140

Open bjrne opened 3 years ago

bjrne commented 3 years ago

The buttons sometimes come with a svg icon in them. Depending on the configuration, the current icons might not fit very well, like the "add user" and "search" icon for the two participant types on the home page right now. Making them changeable via a cms placeholder would improve this situation.

Baschdl commented 3 years ago

The nice solution would be to use djangocms-picture or django-filer but both don't have SVG support: https://github.com/divio/django-filer/issues/460 So we probably need to insert it as html which is not exactly end user friendly