Merge branch 'main' into html-interaction
This commit is contained in:
commit
f61a25cfb1
72 changed files with 4891 additions and 4146 deletions
|
@ -18,7 +18,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
<form class="block" name="edit-book" action="/edit-book/{{ book.id }}" method="post" enctype="multipart/form-data">
|
||||
<form class="block" name="edit-book" action="{{ book.local_path }}/edit" method="post" enctype="multipart/form-data">
|
||||
{% csrf_token %}
|
||||
<input type="hidden" name="last_edited_by" value="{{ request.user.id }}">
|
||||
<div class="columns">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue