mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-24 09:00:33 +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 %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block form %}
|
{% 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' %}
|
{% include 'lists/form.html' %}
|
||||||
</form>
|
</form>
|
||||||
{% include "lists/delete_list_modal.html" with id="delete_list" %}
|
{% include "lists/delete_list_modal.html" with id="delete_list" %}
|
||||||
|
|
Loading…
Reference in a new issue