Author class view

This commit is contained in:
Mouse Reeve
2021-01-13 09:54:35 -08:00
parent 56e3e98bc1
commit 4dea22bef6
7 changed files with 301 additions and 64 deletions

View File

@ -27,7 +27,7 @@
</div>
{% endif %}
<form class="block" name="edit-author" action="/edit-author/{{ author.id }}" method="post">
<form class="block" name="edit-author" action="{{ author.local_path }}/edit" method="post">
{% csrf_token %}
<input type="hidden" name="last_edited_by" value="{{ request.user.id }}">