This commit is contained in:
Élie Bouttier 2014-08-30 17:47:19 -07:00
parent 0ecf6d3dc9
commit 92ea48f89d
12 changed files with 55 additions and 47 deletions

View file

@ -16,7 +16,8 @@ class ProjectForm(forms.ModelForm):
model = Project
fields = ['display_name', 'name', 'description', 'access']
help_texts = {
'name': 'Warning: if you change this value, this will break existing URLs.'
'name': 'Warning: if you change this value, '
'this will break existing URLs.'
}