From 33f6b2700d6335524ccc49fd73b84fe81d64ec23 Mon Sep 17 00:00:00 2001
From: Nikita Marchant
Date: Wed, 24 May 2023 15:45:11 +0200
Subject: [PATCH] Fix #302
---
CHANGELOG.md | 1 +
documents/templates/documents/document_upload.html | 10 ++++++++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea7eb1ed..34271cd2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ This page tries to contain all changes made on DocHub.
* Add a "staff pick" label on Documents replacing the old confusion between certified and "officiel" tags
* Switch to psycopg3
* Add a notice that it is not a ULB website and that students should use the UV
+ * Add a notice reminding users that copyright law is still applicable
# 2023.2.0
diff --git a/documents/templates/documents/document_upload.html b/documents/templates/documents/document_upload.html
index 97de4db3..e9d1da4b 100644
--- a/documents/templates/documents/document_upload.html
+++ b/documents/templates/documents/document_upload.html
@@ -101,6 +101,12 @@
+
+
+ N'oublie pas que ce qui est uploadé sur DocHub est soumis au droit d’auteur,
+ et que tu dois donc avoir l'autorisation de son auteur pour l'y ajouter sur DocHub.
+
+
{% with form.file as field %}
@@ -198,7 +204,8 @@
@@ -208,5 +215,4 @@
-
{% endblock %}