Store user that added link

This commit is contained in:
Mouse Reeve
2022-01-10 13:27:01 -08:00
parent 6c78a7b6ef
commit 34f375c53c
4 changed files with 9 additions and 4 deletions

View File

@ -12,6 +12,7 @@
{% block modal-body %}
{% csrf_token %}
<input type="hidden" name="book" value="{{ book.id }}">
<input type="hidden" name="added_by" value="{{ request.user.id }}">
<p class="notification">
{% trans "Links from unknown domains will need to be approved by a moderator before they are added." %}