diff --git a/files/templates/settings/personal.html b/files/templates/settings/personal.html index 35d5dd0510..30296ab616 100644 --- a/files/templates/settings/personal.html +++ b/files/templates/settings/personal.html @@ -188,8 +188,13 @@

Your original username will always stay reserved for you: {{v.original_username}}

- - {% if v.patron %}1{% else %}3{% endif %}-25 characters, including letters, numbers, _ , and - + {% if v.patron %} + {% set minlength = 1 %} + {% else %} + {% set minlength = 3 %} + {% endif %} + + {{minlength}}-25 characters, including letters, numbers, _ , and -