Pārlūkot izejas kodu

delete duplicate creation_label

inkhey 6 gadus atpakaļ
vecāks
revīzija
e1c637c94f
Revīzijas autora e-pasts nav piesaistīts nevienam kontam
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      backend/tracim_backend/models/contents.py

+ 0 - 1
backend/tracim_backend/models/contents.py Parādīt failu

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