Skip to content

Commit 2d3b874

Browse files
authored
Merge pull request #47 from torrust/40-add-a-disclosure-on-the-torrent-upload-page-for-what-kind-of-torrent-files-are-supported
chore: added notice to the upload form that bittorrent v2 files are n…
2 parents 9b25e10 + 373b4cd commit 2d3b874

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/views/TorrentUpload.vue

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,12 @@
3232
</label>
3333
<CategorySelect class="py-1" :category.sync="form.category"/>
3434
</div>
35-
<!-- <div>-->
36-
<!-- <label class="block font-medium text-gray-700">-->
37-
<!-- Cover picture-->
38-
<!-- </label>-->
39-
<!-- <FileUpload type="image" accept="image/*" />-->
40-
<!-- </div>-->
4135

4236
<div>
4337
<label class="block font-medium text-gray-700">
4438
Torrent
4539
</label>
46-
<FileUpload @onChange="setFile" sub-title="Only .torrent files allowed" accept=".torrent" />
40+
<FileUpload @onChange="setFile" sub-title="Only .torrent files allowed. BitTorrent v2 files are NOT supported." accept=".torrent" />
4741
</div>
4842

4943
<div class="py-3 flex flex-row justify-end">

0 commit comments

Comments
 (0)