diff --git a/src/styles/shared-files.scss b/src/styles/shared-files.scss
index e6d5cb6a619e70f3fb8e111f65c6d4cafdad3a4b..31ae1f2771c6fe43088b43acba8b94da09094ed7 100644
--- a/src/styles/shared-files.scss
+++ b/src/styles/shared-files.scss
@@ -69,5 +69,25 @@
         label {
             display: block;
         }
+    }   
+    [name="document"] {
+        label {
+            display: block;
+            padding-bottom: 5px;
+        }
+        input[type="text"] {
+            display: none;
+        }
+    }
+}
+.community-files-add {
+    [name="document"] {
+        label {
+            display: block;
+            padding-bottom: 5px;
+        }
+        input[type="text"] {
+            display: none;
+        }
     }
 }
\ No newline at end of file
diff --git a/src/views-terrytories.js b/src/views-terrytories.js
index f9aaf504e9ec80cfb4a5d589291972a9e05003d0..973fe0c3455c823aa4edbcb05b2bad36120fa6ae 100644
--- a/src/views-terrytories.js
+++ b/src/views-terrytories.js
@@ -1587,7 +1587,7 @@ import("./utils.js").then((utils) => {
                         <div id="${utils.TZCLD_URLS.my_territory_shared_files_all}" data-view="${utils.TZCLD_URLS.my_territory_shared_files_all}" class="community-files" hidden>
                         </div>
 
-                        <div id="${utils.TZCLD_URLS.my_territory_shared_file_add}" data-view="${utils.TZCLD_URLS.my_territory_shared_file_add}" class="community-files" hidden>
+                        <div id="${utils.TZCLD_URLS.my_territory_shared_file_add}" data-view="${utils.TZCLD_URLS.my_territory_shared_file_add}" class="community-files-add" hidden>
                         ${this.viewCommunitySharedFileAdd(false, utils.TZCLD_URLS.my_territory_exchanges)}
                         </div>
 
@@ -1607,7 +1607,7 @@ import("./utils.js").then((utils) => {
                         <div id="${utils.TZCLD_URLS.my_territory_grappe_shared_files_all}" data-view="${utils.TZCLD_URLS.my_territory_grappe_shared_files_all}" class="community-files" hidden>
                         </div>
 
-                        <div id="${utils.TZCLD_URLS.my_territory_grappe_shared_file_add}" data-view="${utils.TZCLD_URLS.my_territory_grappe_shared_file_add}" class="community-files" hidden>
+                        <div id="${utils.TZCLD_URLS.my_territory_grappe_shared_file_add}" data-view="${utils.TZCLD_URLS.my_territory_grappe_shared_file_add}" class="community-files-add" hidden>
                         ${this.viewCommunitySharedFileAdd(nested_shared_ref_value, utils.TZCLD_URLS.my_territory_exchanges)}
                         </div>