aropan / clist

Your comprehensive guide to global programming contests. Track events, get details, and never miss a competition.
https://clist.by
Apache License 2.0
344 stars 37 forks source link

Fix: Sorted Tags in problems page #388

Open SandeepReddy0805 opened 4 months ago

SandeepReddy0805 commented 4 months ago

Sorted the problem tags in dictionary order as mentioned in #330 Files Changed: src/templates/problems_paging.html Used django's dictsort filter in the problems_paging.html template.