Logiqx / wsw-tech

Technical tasks relating to Weymouth Speed Week
0 stars 0 forks source link

Automatically fix the case of entrant names #18

Closed Logiqx closed 2 years ago

Logiqx commented 2 years ago

If an entrant enters their forename or surname entirely in upper / lower case then fix it.

Use the Python title() function to fix the case of individual names.

Logiqx commented 2 years ago

Implemented