seansaito / Roster

A Tor project that awards points and badges to relay operators based on the performance of their families
5 stars 1 forks source link

Truncate the length of the username string #29

Closed virgil closed 8 years ago

virgil commented 8 years ago

Currently truncates to final world whose last character is below index 40.

It may be a good idea to make this truncation value a variable specified in views.py or some other settings file.