Store user that added link
This commit is contained in:
parent
6c78a7b6ef
commit
34f375c53c
4 changed files with 9 additions and 4 deletions
|
@ -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." %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue