Skip to content

Commit

Permalink
Fix #302
Browse files Browse the repository at this point in the history
  • Loading branch information
C4ptainCrunch committed May 24, 2023
1 parent 246116c commit 33f6b27
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 8 additions & 2 deletions documents/templates/documents/document_upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@
</svg>

</p>
<p>
<small class="text-muted ">
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.
</small>
</p>


{% with form.file as field %}
Expand Down Expand Up @@ -198,7 +204,8 @@
</div>
</label>
<div class="d-flex gap-2">
<div class="flex-grow-1"><input type="text" id="url" name="url" class="form-control" placeholder="http://"></div>
<div class="flex-grow-1"><input type="text" id="url" name="url" class="form-control"
placeholder="http://"></div>
<button type="submit" class="btn btn-primary mb-2">Envoyer</button>
</div>
<div class="form-text">
Expand All @@ -208,5 +215,4 @@
</div>
</form>


{% endblock %}

0 comments on commit 33f6b27

Please sign in to comment.