Fixes edit author paths

This commit is contained in:
Mouse Reeve 2022-05-23 11:08:04 -07:00
parent 065095776f
commit d8b2ab74d1

View file

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