Explorar el Código

delete duplicate creation_label

inkhey hace 6 años
padre
commit
e1c637c94f
No account linked to committer's email
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      backend/tracim_backend/models/contents.py

+ 0 - 1
backend/tracim_backend/models/contents.py Ver fichero

@@ -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