mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 19:41:11 +00:00
Merge pull request #2125 from bookwyrm-social/edit-author
Fixes edit author paths
This commit is contained in:
commit
212bd49e6c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% 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 %}
|
{% csrf_token %}
|
||||||
<input type="hidden" name="last_edited_by" value="{{ request.user.id }}">
|
<input type="hidden" name="last_edited_by" value="{{ request.user.id }}">
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue