diff --git a/hc/accounts/forms.py b/hc/accounts/forms.py index 3f426650..48b500b2 100644 --- a/hc/accounts/forms.py +++ b/hc/accounts/forms.py @@ -103,7 +103,7 @@ class RemoveTeamMemberForm(forms.Form): class ProjectNameForm(forms.Form): - name = forms.CharField(max_length=200, required=True) + name = forms.CharField(max_length=60, required=True) class TransferForm(forms.Form): diff --git a/templates/accounts/project.html b/templates/accounts/project.html index ed307765..c55214df 100644 --- a/templates/accounts/project.html +++ b/templates/accounts/project.html @@ -403,6 +403,7 @@ class="form-control" id="project-name" name="name" + maxlength="60" value="{{ project }}">