소스 검색

delete duplicate creation_label

inkhey 6 년 전
부모
커밋
e1c637c94f
No account linked to committer's email
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      backend/tracim_backend/models/contents.py

+ 0 - 1
backend/tracim_backend/models/contents.py 파일 보기

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