mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-23 16:40:36 +00:00
Fix accidental change to post
This commit is contained in:
parent
d8181d6d66
commit
846963ad18
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block form %}
|
||||
<form name="edit-list" method="post" action="{% url 'list' list_id=list.id slug=list.name|slugify %}">
|
||||
<form name="edit-list" method="post" action="{% url 'list' list.id %}">
|
||||
{% include 'lists/form.html' %}
|
||||
</form>
|
||||
{% include "lists/delete_list_modal.html" with id="delete_list" %}
|
||||
|
|
Loading…
Reference in a new issue