Browse Source

delete duplicate creation_label

inkhey 6 years ago
parent
commit
e1c637c94f
No account linked to committer's email
1 changed files with 0 additions and 1 deletions
  1. 0 1
      backend/tracim_backend/models/contents.py

+ 0 - 1
backend/tracim_backend/models/contents.py View File

@@ -176,7 +176,6 @@ folder_type = ContentType(
176 176
     hexcolor=folder.hexcolor,
177 177
     label='Folder',
178 178
     creation_label='Create a folder',
179
-    creation_label='Create collection of any documents',
180 179
     available_statuses=CONTENT_STATUS.get_all(),
181 180
 )
182 181