Dima-Bulavenko / wordnest

0 stars 0 forks source link

USER STORY: Language flag in select language form field #31

Open Dima-Bulavenko opened 4 months ago

Dima-Bulavenko commented 4 months ago

As a user I want to see language flag in select language form field so that find needed language faster.

Acceptance criteria

  1. Select language form field must contain flag near the language name.
Dima-Bulavenko commented 4 months ago

GitHub repo with flags icons.;

Posible solutions:

  1. Create custom widget for django select field.
  2. Using django templates create custom dropdown menu to select languages and procces it with JS to send form to backend