Skip to content
Advertisement

Display image in dropdown list in django [closed]

I’m currently working on a project and my task is to build a feature for users to rate different countries in a dropdown list.

How to add a flag beside the name of the country in drop downlist?

Advertisement

Answer

The easiest solution is probably to add the corresponding flag emojis to your country names.

If that doesn’t fit your requirements, you will have to integrate a JavaScript library, e.g. jQuery UI.

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement